#575505

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

Shades of Verdun Green #575505

Tints of Verdun Green #575505

Color information

#575505 (or 0x575505) is unknown color: approx Verdun Green. HEX triplet: 57, 55 and 05. RGB value is (87,85,5). Sum of RGB (Red+Green+Blue) = 87+85+5=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #575505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575505 is #A8AAFA. Grayscale: #4C4C4C. Windows color (decimal): -11053819 or 349527. OLE color: 349527.

HSL color Cylindrical-coordinate representation of color #575505: hue angle of 58.54º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #575505 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB87855-
CMYK00.020.940.66
HSL58.54º89.13%18.04%-
HSV(B)58.54º94.25%34.12%-
XYZ7.218.531.41-
YUV76.4887.66135.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 5 (2.34% from 255) = 2.82%
R=49.15%
G=48.02%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8785500.020.940.6658.5489.1318.04
Hex57555025E423b5912
Octal1271255021361027313122
Binary1010111101010110101010111101000010111011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575505; }

 p { color: rgb(87,85,5); }

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

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

 a { background-color: rgb(87,85,5); }

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

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

 span { border-color: rgb(87,85,5); }

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