Html Css Color HEX #486D06 Verdun Green

📋 copy color: '#486D06'

red 72 ◦ green 109 ◦ blue 6

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

Shades of Verdun Green #486D06

Tints of Verdun Green #486D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.21%

R = 38.5%
G = 58.29%
B = 3.21%

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

#486D06 (or 0x486D06) is known color: Verdun Green. HEX triplet: 48, 6D and 06. RGB value is (72,109,6). Sum of RGB (Red+Green+Blue) = 72+109+6=187 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.50% from 187); Green value is 109 (42.97% from 255 or 58.29% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 109 - color contains mainly: green. Hex color #486D06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486D06 is #B792F9. Grayscale: #565656. Windows color (decimal): -12030714 or 421192. OLE color: 421192.

HSL color Cylindrical-coordinate representation of color #486D06: hue angle of 81.55º degrees, saturation: 0.9, 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 #486D06 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 109 6 -
CMYK 0.34 0 0.94 0.57
HSL 81.55º 0.9% 0.23% -
HSV(B) 81.55º 0.94% 0.43% -
XYZ 8.17 12.33 2.12 -
YUV 86.2 82.74 117.88 -
System Red Green Blue C M Y K H S L
Decimal 72 109 6 0.34 0 0.94 0.57 81.55 0.9 0.23
Hex 48 6D 6 22 0 5E 39 52 5A 17
Octal 110 155 6 42 0 136 71 122 132 27
Binary 1001000 1101101 110 100010 0 1011110 111001 1010010 1011010 10111

Color Harmonies of #486D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486D06

Black with #486D06

Text Example


Text Example

White with #486D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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