#585509

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

Shades of Verdun Green #585509

Tints of Verdun Green #585509

Color information

#585509 (or 0x585509) is unknown color: approx Verdun Green. HEX triplet: 58, 55 and 09. RGB value is (88,85,9). Sum of RGB (Red+Green+Blue) = 88+85+9=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #585509 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585509 is #A7AAF6. Grayscale: #4D4D4D. Windows color (decimal): -10988279 or 611672. OLE color: 611672.

HSL color Cylindrical-coordinate representation of color #585509: hue angle of 57.72º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #585509 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB88859-
CMYK00.030.900.65
HSL57.72º81.44%19.02%-
HSV(B)57.72º89.77%34.51%-
XYZ7.328.591.53-
YUV77.2389.49135.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 48.35%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 9 (3.91% from 255) = 4.95%
R=48.35%
G=46.70%
B=4.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8885900.030.900.6557.7281.4419.02
Hex58559035A413a5113
Octal13012511031321017212123
Binary10110001010101100101110110101000001111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585509; }

 p { color: rgb(88,85,9); }

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

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

 a { background-color: rgb(88,85,9); }

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

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

 span { border-color: rgb(88,85,9); }

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