#585D08

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

Shades of Verdun Green #585D08

Tints of Verdun Green #585D08

Color information

#585D08 (or 0x585D08) is unknown color: approx Verdun Green. HEX triplet: 58, 5D and 08. RGB value is (88,93,8). Sum of RGB (Red+Green+Blue) = 88+93+8=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #585D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585D08 is #A7A2F7. Grayscale: #525252. Windows color (decimal): -10986232 or 548184. OLE color: 548184.

HSL color Cylindrical-coordinate representation of color #585D08: hue angle of 63.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #585D08 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB88938-
CMYK0.0500.910.64
HSL63.53º84.16%19.8%-
HSV(B)63.53º91.4%36.47%-
XYZ7.989.921.72-
YUV81.8286.34132.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 46.56%
GREEN value IS 93 (36.72% from 255) = 49.21%
BLUE value IS 8 (3.52% from 255) = 4.23%
R=46.56%
G=49.21%
B=4.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal889380.0500.910.6463.5384.1619.8
Hex585D8505B40405414
Octal130135105013310010012424
Binary1011000101110110001010101101110000001000000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585D08; }

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

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

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

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

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

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

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

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