Html Css Color HEX #556006 Verdun Green

📋 copy color: '#556006'

red 85 ◦ green 96 ◦ blue 6

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

Shades of Verdun Green #556006

Tints of Verdun Green #556006

RGB

 RED value IS 85 (33.59% from 255) = 45.45%

 GREEN value IS 96 (37.89% from 255) = 51.34%

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

R = 45.45%
G = 51.34%
B = 3.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.62

RGB Variations

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

Color information

#556006 (or 0x556006) is known color: Verdun Green. HEX triplet: 55, 60 and 06. RGB value is (85,96,6). Sum of RGB (Red+Green+Blue) = 85+96+6=187 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.45% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #556006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556006 is #AA9FF9. Grayscale: #525252. Windows color (decimal): -11182074 or 417877. OLE color: 417877.

HSL color Cylindrical-coordinate representation of color #556006: hue angle of 67.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #556006 is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 96 6 -
CMYK 0.11 0 0.94 0.62
HSL 67.33º 0.88% 0.2% -
HSV(B) 67.33º 0.94% 0.38% -
XYZ 7.96 10.31 1.74 -
YUV 82.45 84.86 129.82 -
System Red Green Blue C M Y K H S L
Decimal 85 96 6 0.11 0 0.94 0.62 67.33 0.88 0.2
Hex 55 60 6 B 0 5E 3E 43 58 14
Octal 125 140 6 13 0 136 76 103 130 24
Binary 1010101 1100000 110 1011 0 1011110 111110 1000011 1011000 10100

Color Harmonies of #556006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556006

Black with #556006

Text Example


Text Example

White with #556006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556006; }

 p { color: rgb(85,96,6); }

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

background-color css

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

 a { background-color: rgb(85,96,6); }

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

border-color css

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

 span { border-color: rgb(85,96,6); }

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