#585206

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

Shades of Verdun Green #585206

Tints of Verdun Green #585206

Color information

#585206 (or 0x585206) is unknown color: approx Verdun Green. HEX triplet: 58, 52 and 06. RGB value is (88,82,6). Sum of RGB (Red+Green+Blue) = 88+82+6=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #585206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585206 is #A7ADF9. Grayscale: #4B4B4B. Windows color (decimal): -10989050 or 414296. OLE color: 414296.

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

Color convert

RGB88826-
CMYK00.070.930.65
HSL55.61º87.23%18.43%-
HSV(B)55.61º93.18%34.51%-
XYZ7.078.121.37-
YUV75.1388.99137.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 6 (2.73% from 255) = 3.41%
R=50%
G=46.59%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8882600.070.930.6555.6187.2318.43
Hex58526075D41385712
Octal1301226071351017012722
Binary10110001010010110011110111011000001111000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585206; }

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

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

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

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

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

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

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

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