#585D04

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

Shades of Verdun Green #585D04

Tints of Verdun Green #585D04

Color information

#585D04 (or 0x585D04) is unknown color: approx Verdun Green. HEX triplet: 58, 5D and 04. RGB value is (88,93,4). Sum of RGB (Red+Green+Blue) = 88+93+4=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 93 (36.72% from 255 or 50.27% from 185); Blue value is 4 (1.95% from 255 or 2.16% from 185); Max value from RGB is 93 - color contains mainly: green. Hex color #585D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585D04 is #A7A2FB. Grayscale: #515151. Windows color (decimal): -10986236 or 286040. OLE color: 286040.

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

Color convert

RGB88934-
CMYK0.0500.960.64
HSL63.37º91.75%19.02%-
HSV(B)63.37º95.7%36.47%-
XYZ7.969.911.61-
YUV81.3684.34132.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 93 (36.72% from 255) = 50.27%
BLUE value IS 4 (1.95% from 255) = 2.16%
R=47.57%
G=50.27%
B=2.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal889340.0500.960.6463.3791.7519.02
Hex585D45060403f5c13
Octal1301354501401007713423
Binary10110001011101100101011000001000000111111101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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