#585101

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

Shades of Verdun Green #585101

Tints of Verdun Green #585101

Color information

#585101 (or 0x585101) is unknown color: approx Verdun Green. HEX triplet: 58, 51 and 01. RGB value is (88,81,1). Sum of RGB (Red+Green+Blue) = 88+81+1=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 81 (32.03% from 255 or 47.65% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #585101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585101 is #A7AEFE. Grayscale: #4A4A4A. Windows color (decimal): -10989311 or 86360. OLE color: 86360.

HSL color Cylindrical-coordinate representation of color #585101: hue angle of 55.17º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #585101 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB88811-
CMYK00.080.990.65
HSL55.17º97.75%17.45%-
HSV(B)55.17º98.86%34.51%-
XYZ6.977.961.2-
YUV73.9786.82138-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 51.76%
GREEN value IS 81 (32.03% from 255) = 47.65%
BLUE value IS 1 (0.78% from 255) = 0.59%
R=51.76%
G=47.65%
B=0.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8881100.080.990.6555.1797.7517.45
Hex58511086341376211
Octal13012110101431016714221
Binary1011000101000110100011000111000001110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585101; }

 p { color: rgb(88,81,1); }

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

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

 a { background-color: rgb(88,81,1); }

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

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

 span { border-color: rgb(88,81,1); }

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