#585B0D

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

Shades of Verdun Green #585B0D

Tints of Verdun Green #585B0D

Color information

#585B0D (or 0x585B0D) is unknown color: approx Verdun Green. HEX triplet: 58, 5B and 0D. RGB value is (88,91,13). Sum of RGB (Red+Green+Blue) = 88+91+13=192 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.83% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #585B0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585B0D is #A7A4F2. Grayscale: #515151. Windows color (decimal): -10986739 or 875352. OLE color: 875352.

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

Color convert

RGB889113-
CMYK0.0300.860.64
HSL62.31º75%20.39%-
HSV(B)62.31º85.71%35.69%-
XYZ7.849.591.82-
YUV81.2189.51132.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.83%
GREEN value IS 91 (35.94% from 255) = 47.40%
BLUE value IS 13 (5.47% from 255) = 6.77%
R=45.83%
G=47.40%
B=6.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8891130.0300.860.6462.317520.39
Hex585BD3056403e4b14
Octal13013315301261007611324
Binary10110001011011110111010101101000000111110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,91,13); }

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

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

 a { background-color: rgb(88,91,13); }

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

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

 span { border-color: rgb(88,91,13); }

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