#555910

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

Shades of Verdun Green #555910

Tints of Verdun Green #555910

Color information

#555910 (or 0x555910) is unknown color: approx Verdun Green. HEX triplet: 55, 59 and 10. RGB value is (85,89,16). Sum of RGB (Red+Green+Blue) = 85+89+16=190 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.74% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 16 (6.64% from 255 or 8.42% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #555910 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555910 is #AAA6EF. Grayscale: #4F4F4F. Windows color (decimal): -11183856 or 1071445. OLE color: 1071445.

HSL color Cylindrical-coordinate representation of color #555910: hue angle of 63.29º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #555910 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB858916-
CMYK0.0400.820.65
HSL63.29º69.52%20.59%-
HSV(B)63.29º82.02%34.9%-
XYZ7.419.111.86-
YUV79.4892.17131.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.74%
GREEN value IS 89 (35.16% from 255) = 46.84%
BLUE value IS 16 (6.64% from 255) = 8.42%
R=44.74%
G=46.84%
B=8.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589160.0400.820.6563.2969.5220.59
Hex5559104052413f4615
Octal12513120401221017710625
Binary1010101101100110000100010100101000001111111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555910; }

 p { color: rgb(85,89,16); }

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

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

 a { background-color: rgb(85,89,16); }

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

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

 span { border-color: rgb(85,89,16); }

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