#585205

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

Shades of Verdun Green #585205

Tints of Verdun Green #585205

Color information

#585205 (or 0x585205) is unknown color: approx Verdun Green. HEX triplet: 58, 52 and 05. RGB value is (88,82,5). Sum of RGB (Red+Green+Blue) = 88+82+5=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #585205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585205 is #A7ADFA. Grayscale: #4B4B4B. Windows color (decimal): -10989051 or 348760. OLE color: 348760.

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

Color convert

RGB88825-
CMYK00.070.940.65
HSL55.66º89.25%18.24%-
HSV(B)55.66º94.32%34.51%-
XYZ7.078.121.34-
YUV75.0288.49137.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 82 (32.42% from 255) = 46.86%
BLUE value IS 5 (2.34% from 255) = 2.86%
R=50.29%
G=46.86%
B=2.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8882500.070.940.6555.6689.2518.24
Hex58525075E41385912
Octal1301225071361017013122
Binary10110001010010101011110111101000001111000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585205; }

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

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

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

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

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

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

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

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