Html Css Color HEX #486D07 Verdun Green

📋 copy color: '#486D07'

red 72 ◦ green 109 ◦ blue 7

#486D07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #486D07

Tints of Verdun Green #486D07

RGB

 RED value IS 72 (28.52% from 255) = 38.3%

 GREEN value IS 109 (42.97% from 255) = 57.98%

 BLUE value IS 7 (3.13% from 255) = 3.72%

R = 38.3%
G = 57.98%
B = 3.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.57

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#486D07 (or 0x486D07) is known color: Verdun Green. HEX triplet: 48, 6D and 07. RGB value is (72,109,7). Sum of RGB (Red+Green+Blue) = 72+109+7=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 109 (42.97% from 255 or 57.98% from 188); Blue value is 7 (3.12% from 255 or 3.72% from 188); Max value from RGB is 109 - color contains mainly: green. Hex color #486D07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486D07 is #B792F8. Grayscale: #565656. Windows color (decimal): -12030713 or 486728. OLE color: 486728.

HSL color Cylindrical-coordinate representation of color #486D07: hue angle of 81.76º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #486D07 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 109 7 -
CMYK 0.34 0 0.94 0.57
HSL 81.76º 0.88% 0.23% -
HSV(B) 81.76º 0.94% 0.43% -
XYZ 8.18 12.33 2.15 -
YUV 86.31 83.24 117.79 -
System Red Green Blue C M Y K H S L
Decimal 72 109 7 0.34 0 0.94 0.57 81.76 0.88 0.23
Hex 48 6D 7 22 0 5E 39 52 58 17
Octal 110 155 7 42 0 136 71 122 130 27
Binary 1001000 1101101 111 100010 0 1011110 111001 1010010 1011000 10111

Color Harmonies of #486D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D07

Black with #486D07

Text Example


Text Example

White with #486D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486D07; }

 p { color: rgb(72,109,7); }

 H1.HeaderClassName
 {
   color: #486D07;
 }
 .AnyTagClassName
 {
   color: #486D07;
 }
</style>

background-color css

<style>
 a { background-color: #486D07; }

 a { background-color: rgb(72,109,7); }

 div.DivClassName
 {
   background-color: #486D07;
 }
 .BgClassName
 {
   background-color: #486D07;
 }
</style>

border-color css

<style>
 span { border-color: #486D07; }

 span { border-color: rgb(72,109,7); }

 td.TdClassName
 {
   border-color: #486D07;
 }
 .TagClassName
 {
   border-color: #486D07;
 }
</style>