#57580D

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

Shades of Verdun Green #57580D

Tints of Verdun Green #57580D

Color information

#57580D (or 0x57580D) is unknown color: approx Verdun Green. HEX triplet: 57, 58 and 0D. RGB value is (87,88,13). Sum of RGB (Red+Green+Blue) = 87+88+13=188 (24% of max value = 765). Red value is 87 (34.38% from 255 or 46.28% from 188); Green value is 88 (34.77% from 255 or 46.81% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 88 - color contains mainly: green. Hex color #57580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57580D is #A8A7F2. Grayscale: #4F4F4F. Windows color (decimal): -11053043 or 874583. OLE color: 874583.

HSL color Cylindrical-coordinate representation of color #57580D: hue angle of 60.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57580D is Cyan = 0.01, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB878813-
CMYK0.0100.850.65
HSL60.8º74.26%19.8%-
HSV(B)60.8º85.23%34.51%-
XYZ7.499.031.73-
YUV79.1590.67133.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 46.28%
GREEN value IS 88 (34.77% from 255) = 46.81%
BLUE value IS 13 (5.47% from 255) = 6.91%
R=46.28%
G=46.81%
B=6.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8788130.0100.850.6560.874.2619.8
Hex5758D1055413d4a14
Octal12713015101251017511224
Binary1010111101100011011010101011000001111101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57580D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57580D; }

 p { color: rgb(87,88,13); }

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

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

 a { background-color: rgb(87,88,13); }

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

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

 span { border-color: rgb(87,88,13); }

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