#556317

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

Shades of Verdun Green #556317

Tints of Verdun Green #556317

Color information

#556317 (or 0x556317) is unknown color: approx Verdun Green. HEX triplet: 55, 63 and 17. RGB value is (85,99,23). Sum of RGB (Red+Green+Blue) = 85+99+23=207 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.06% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #556317 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556317 is #AA9CE8. Grayscale: #565656. Windows color (decimal): -11181289 or 1532757. OLE color: 1532757.

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

Color convert

RGB859923-
CMYK0.1400.770.61
HSL71.05º62.3%23.92%-
HSV(B)71.05º76.77%38.82%-
XYZ8.3610.922.48-
YUV86.1592.36127.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.06%
GREEN value IS 99 (39.06% from 255) = 47.83%
BLUE value IS 23 (9.38% from 255) = 11.11%
R=41.06%
G=47.83%
B=11.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599230.1400.770.6171.0562.323.92
Hex556317E04D3D473e18
Octal12514327160115751077630
Binary1010101110001110111111001001101111101100011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556317; }

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

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

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

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

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

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

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

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