Html Css Color HEX #556016 Verdun Green

📋 copy color: '#556016'

red 85 ◦ green 96 ◦ blue 22

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

Shades of Verdun Green #556016

Tints of Verdun Green #556016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 41.87%
G = 47.29%
B = 10.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#556016 (or 0x556016) is known color: Verdun Green. HEX triplet: 55, 60 and 16. RGB value is (85,96,22). Sum of RGB (Red+Green+Blue) = 85+96+22=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #556016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556016 is #AA9FE9. Grayscale: #545454. Windows color (decimal): -11182058 or 1466453. OLE color: 1466453.

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

Color convert

RGB 85 96 22 -
CMYK 0.11 0 0.77 0.62
HSL 68.92º 0.63% 0.23% -
HSV(B) 68.92º 0.77% 0.38% -
XYZ 8.07 10.35 2.33 -
YUV 84.28 92.86 128.52 -
System Red Green Blue C M Y K H S L
Decimal 85 96 22 0.11 0 0.77 0.62 68.92 0.63 0.23
Hex 55 60 16 B 0 4D 3E 45 3F 17
Octal 125 140 26 13 0 115 76 105 77 27
Binary 1010101 1100000 10110 1011 0 1001101 111110 1000101 111111 10111

Color Harmonies of #556016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556016

Black with #556016

Text Example


Text Example

White with #556016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556016; }

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

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

background-color css

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

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

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

border-color css

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

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

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