#556216

Color #556216 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #556216

Tints of Verdun Green #556216

Color information

#556216 (or 0x556216) is unknown color: approx Verdun Green. HEX triplet: 55, 62 and 16. RGB value is (85,98,22). Sum of RGB (Red+Green+Blue) = 85+98+22=205 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.46% from 205); Green value is 98 (38.67% from 255 or 47.80% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 98 - color contains mainly: green. Hex color #556216 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556216 is #AA9DE9. Grayscale: #555555. Windows color (decimal): -11181546 or 1466965. OLE color: 1466965.

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

Color convert

RGB859822-
CMYK0.1300.780.62
HSL70.26º63.33%23.53%-
HSV(B)70.26º77.55%38.43%-
XYZ8.2610.722.39-
YUV85.4592.19127.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.46%
GREEN value IS 98 (38.67% from 255) = 47.80%
BLUE value IS 22 (8.98% from 255) = 10.73%
R=41.46%
G=47.80%
B=10.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598220.1300.780.6270.2663.3323.53
Hex556216D04E3E463f18
Octal12514226150116761067730
Binary1010101110001010110110101001110111110100011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556216; }

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

 H1.HeaderClassName
 {
   color: #556216;
 }
 .AnyTagClassName
 {
   color: #556216;
 }
</style>
background-color css

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

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

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

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

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

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