#575405

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

Shades of Verdun Green #575405

Tints of Verdun Green #575405

Color information

#575405 (or 0x575405) is unknown color: approx Verdun Green. HEX triplet: 57, 54 and 05. RGB value is (87,84,5). Sum of RGB (Red+Green+Blue) = 87+84+5=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #575405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575405 is #A8ABFA. Grayscale: #4C4C4C. Windows color (decimal): -11054075 or 349271. OLE color: 349271.

HSL color Cylindrical-coordinate representation of color #575405: hue angle of 57.8º 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 #575405 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.66.

Color convert

RGB87845-
CMYK00.030.940.66
HSL57.8º89.13%18.04%-
HSV(B)57.8º94.25%34.12%-
XYZ7.138.381.38-
YUV75.8987.99135.92-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.43%
GREEN value IS 84 (33.20% from 255) = 47.73%
BLUE value IS 5 (2.34% from 255) = 2.84%
R=49.43%
G=47.73%
B=2.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8784500.030.940.6657.889.1318.04
Hex57545035E423a5912
Octal1271245031361027213122
Binary1010111101010010101110111101000010111010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575405; }

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

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

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

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

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

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

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

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