#575506

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

Shades of Verdun Green #575506

Tints of Verdun Green #575506

Color information

#575506 (or 0x575506) is unknown color: approx Verdun Green. HEX triplet: 57, 55 and 06. RGB value is (87,85,6). Sum of RGB (Red+Green+Blue) = 87+85+6=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #575506 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575506 is #A8AAF9. Grayscale: #4C4C4C. Windows color (decimal): -11053818 or 415063. OLE color: 415063.

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

Color convert

RGB87856-
CMYK00.020.930.66
HSL58.52º87.1%18.24%-
HSV(B)58.52º93.1%34.12%-
XYZ7.218.541.44-
YUV76.5988.16135.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 48.88%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 6 (2.73% from 255) = 3.37%
R=48.88%
G=47.75%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.93
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8785600.020.930.6658.5287.118.24
Hex57556025D423b5712
Octal1271256021351027312722
Binary1010111101010111001010111011000010111011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575506; }

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

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

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

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

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

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

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

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