#585D06

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

Shades of Verdun Green #585D06

Tints of Verdun Green #585D06

Color information

#585D06 (or 0x585D06) is unknown color: approx Verdun Green. HEX triplet: 58, 5D and 06. RGB value is (88,93,6). Sum of RGB (Red+Green+Blue) = 88+93+6=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 93 (36.72% from 255 or 49.73% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 93 - color contains mainly: green. Hex color #585D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585D06 is #A7A2F9. Grayscale: #515151. Windows color (decimal): -10986234 or 417112. OLE color: 417112.

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

Color convert

RGB88936-
CMYK0.0500.940.64
HSL63.45º87.88%19.41%-
HSV(B)63.45º93.55%36.47%-
XYZ7.979.921.67-
YUV81.5985.34132.57-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.06%
GREEN value IS 93 (36.72% from 255) = 49.73%
BLUE value IS 6 (2.73% from 255) = 3.21%
R=47.06%
G=49.73%
B=3.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal889360.0500.940.6463.4587.8819.41
Hex585D6505E403f5813
Octal1301356501361007713023
Binary10110001011101110101010111101000000111111101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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