#585B00

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

Shades of Verdun Green #585B00

Tints of Verdun Green #585B00

Color information

#585B00 (or 0x585B00) is unknown color: approx Verdun Green. HEX triplet: 58, 5B and 00. RGB value is (88,91,0). Sum of RGB (Red+Green+Blue) = 88+91+0=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 91 (35.94% from 255 or 50.84% from 179); Blue value is 0 (0.39% from 255 or 0% from 179); Max value from RGB is 91 - color contains mainly: green. Hex color #585B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585B00 is #A7A4FF. Grayscale: #505050. Windows color (decimal): -10986752 or 23384. OLE color: 23384.

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

Color convert

RGB88910-
CMYK0.03010.64
HSL61.98º100%17.84%-
HSV(B)61.98º100%35.69%-
XYZ7.779.561.44-
YUV79.7383.01133.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 49.16%
GREEN value IS 91 (35.94% from 255) = 50.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.16%
G=50.84%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal889100.03010.6461.9810017.84
Hex585B03064403e6412
Octal1301330301441007614422
Binary10110001011011011011001001000000111110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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