#57590E

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

Shades of Verdun Green #57590E

Tints of Verdun Green #57590E

Color information

#57590E (or 0x57590E) is unknown color: approx Verdun Green. HEX triplet: 57, 59 and 0E. RGB value is (87,89,14). Sum of RGB (Red+Green+Blue) = 87+89+14=190 (25% of max value = 765). Red value is 87 (34.38% from 255 or 45.79% from 190); Green value is 89 (35.16% from 255 or 46.84% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 89 - color contains mainly: green. Hex color #57590E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57590E is #A8A6F1. Grayscale: #505050. Windows color (decimal): -11052786 or 940375. OLE color: 940375.

HSL color Cylindrical-coordinate representation of color #57590E: hue angle of 61.6º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #57590E is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB878914-
CMYK0.0200.840.65
HSL61.6º72.82%20.2%-
HSV(B)61.6º84.27%34.9%-
XYZ7.589.21.79-
YUV79.8590.84133.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 45.79%
GREEN value IS 89 (35.16% from 255) = 46.84%
BLUE value IS 14 (5.86% from 255) = 7.37%
R=45.79%
G=46.84%
B=7.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8789140.0200.840.6561.672.8220.2
Hex5759E2054413e4914
Octal12713116201241017611124
Binary10101111011001111010010101001000001111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57590E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57590E; }

 p { color: rgb(87,89,14); }

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

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

 a { background-color: rgb(87,89,14); }

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

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

 span { border-color: rgb(87,89,14); }

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