#585B06

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

Shades of Verdun Green #585B06

Tints of Verdun Green #585B06

Color information

#585B06 (or 0x585B06) is unknown color: approx Verdun Green. HEX triplet: 58, 5B and 06. RGB value is (88,91,6). Sum of RGB (Red+Green+Blue) = 88+91+6=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 91 (35.94% from 255 or 49.19% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 91 - color contains mainly: green. Hex color #585B06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585B06 is #A7A4F9. Grayscale: #505050. Windows color (decimal): -10986746 or 416600. OLE color: 416600.

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

Color convert

RGB88916-
CMYK0.0300.930.64
HSL62.12º87.63%19.02%-
HSV(B)62.12º93.41%35.69%-
XYZ7.89.571.61-
YUV80.4186.01133.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 47.57%
GREEN value IS 91 (35.94% from 255) = 49.19%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=47.57%
G=49.19%
B=3.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal889160.0300.930.6462.1287.6319.02
Hex585B6305D403e5813
Octal1301336301351007613023
Binary1011000101101111011010111011000000111110101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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