Html Css Color HEX #556116 Verdun Green

📋 copy color: '#556116'

red 85 ◦ green 97 ◦ blue 22

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

Shades of Verdun Green #556116

Tints of Verdun Green #556116

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.55%

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

R = 41.67%
G = 47.55%
B = 10.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#556116 (or 0x556116) is known color: Verdun Green. HEX triplet: 55, 61 and 16. RGB value is (85,97,22). Sum of RGB (Red+Green+Blue) = 85+97+22=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 97 - color contains mainly: green. Hex color #556116 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556116 is #AA9EE9. Grayscale: #555555. Windows color (decimal): -11181802 or 1466709. OLE color: 1466709.

HSL color Cylindrical-coordinate representation of color #556116: hue angle of 69.6º 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 #556116 is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 22 -
CMYK 0.12 0 0.77 0.62
HSL 69.6º 0.63% 0.23% -
HSV(B) 69.6º 0.77% 0.38% -
XYZ 8.17 10.54 2.36 -
YUV 84.86 92.52 128.1 -
System Red Green Blue C M Y K H S L
Decimal 85 97 22 0.12 0 0.77 0.62 69.6 0.63 0.23
Hex 55 61 16 C 0 4D 3E 46 3F 17
Octal 125 141 26 14 0 115 76 106 77 27
Binary 1010101 1100001 10110 1100 0 1001101 111110 1000110 111111 10111

Color Harmonies of #556116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556116

Black with #556116

Text Example


Text Example

White with #556116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556116; }

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

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

background-color css

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

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

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

border-color css

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

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

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