#585204

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

Shades of Verdun Green #585204

Tints of Verdun Green #585204

Color information

#585204 (or 0x585204) is unknown color: approx Verdun Green. HEX triplet: 58, 52 and 04. RGB value is (88,82,4). Sum of RGB (Red+Green+Blue) = 88+82+4=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 82 (32.42% from 255 or 47.13% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #585204 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585204 is #A7ADFB. Grayscale: #4B4B4B. Windows color (decimal): -10989052 or 283224. OLE color: 283224.

HSL color Cylindrical-coordinate representation of color #585204: hue angle of 55.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #585204 is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.65.

Color convert

RGB88824-
CMYK00.070.950.65
HSL55.71º91.3%18.04%-
HSV(B)55.71º95.45%34.51%-
XYZ7.068.121.31-
YUV74.987.99137.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.57%
GREEN value IS 82 (32.42% from 255) = 47.13%
BLUE value IS 4 (1.95% from 255) = 2.30%
R=50.57%
G=47.13%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8882400.070.950.6555.7191.318.04
Hex58524075F41385b12
Octal1301224071371017013322
Binary10110001010010100011110111111000001111000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585204; }

 p { color: rgb(88,82,4); }

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

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

 a { background-color: rgb(88,82,4); }

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

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

 span { border-color: rgb(88,82,4); }

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