#556217

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

Shades of Verdun Green #556217

Tints of Verdun Green #556217

Color information

#556217 (or 0x556217) is unknown color: approx Verdun Green. HEX triplet: 55, 62 and 17. RGB value is (85,98,23). Sum of RGB (Red+Green+Blue) = 85+98+23=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 23 (9.38% from 255 or 11.17% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #556217 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556217 is #AA9DE8. Grayscale: #555555. Windows color (decimal): -11181545 or 1532501. OLE color: 1532501.

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

Color convert

RGB859823-
CMYK0.1300.770.62
HSL70.4º61.98%23.73%-
HSV(B)70.4º76.53%38.43%-
XYZ8.2710.732.45-
YUV85.5692.69127.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 23 (9.38% from 255) = 11.17%
R=41.26%
G=47.57%
B=11.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8598230.1300.770.6270.461.9823.73
Hex556217D04D3E463e18
Octal12514227150115761067630
Binary1010101110001010111110101001101111110100011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556217; }

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

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

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

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

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

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

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

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