#586008

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

Shades of Verdun Green #586008

Tints of Verdun Green #586008

Color information

#586008 (or 0x586008) is unknown color: approx Verdun Green. HEX triplet: 58, 60 and 08. RGB value is (88,96,8). Sum of RGB (Red+Green+Blue) = 88+96+8=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #586008 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #586008 is #A79FF7. Grayscale: #535353. Windows color (decimal): -10985464 or 548952. OLE color: 548952.

HSL color Cylindrical-coordinate representation of color #586008: hue angle of 65.45º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #586008 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB88968-
CMYK0.0800.920.62
HSL65.45º84.62%20.39%-
HSV(B)65.45º91.67%37.65%-
XYZ8.2510.461.81-
YUV83.5885.35131.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 96 (37.89% from 255) = 50%
BLUE value IS 8 (3.52% from 255) = 4.17%
R=45.83%
G=50%
B=4.17%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal889680.0800.920.6265.4584.6220.39
Hex58608805C3E415514
Octal130140101001347610112524
Binary1011000110000010001000010111001111101000001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586008; }

 p { color: rgb(88,96,8); }

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

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

 a { background-color: rgb(88,96,8); }

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

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

 span { border-color: rgb(88,96,8); }

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