#555810

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

Shades of Verdun Green #555810

Tints of Verdun Green #555810

Color information

#555810 (or 0x555810) is unknown color: approx Verdun Green. HEX triplet: 55, 58 and 10. RGB value is (85,88,16). Sum of RGB (Red+Green+Blue) = 85+88+16=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 88 (34.77% from 255 or 46.56% from 189); Blue value is 16 (6.64% from 255 or 8.47% from 189); Max value from RGB is 88 - color contains mainly: green. Hex color #555810 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #555810 is #AAA7EF. Grayscale: #4F4F4F. Windows color (decimal): -11184112 or 1071189. OLE color: 1071189.

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

Color convert

RGB858816-
CMYK0.0300.820.65
HSL62.5º69.23%20.39%-
HSV(B)62.5º81.82%34.51%-
XYZ7.338.951.83-
YUV78.992.51132.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 88 (34.77% from 255) = 46.56%
BLUE value IS 16 (6.64% from 255) = 8.47%
R=44.97%
G=46.56%
B=8.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588160.0300.820.6562.569.2320.39
Hex5558103052413e4514
Octal12513020301221017610524
Binary101010110110001000011010100101000001111110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555810; }

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

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

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

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

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

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

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

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