#585100

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

Shades of Verdun Green #585100

Tints of Verdun Green #585100

Color information

#585100 (or 0x585100) is unknown color: approx Verdun Green. HEX triplet: 58, 51 and 00. RGB value is (88,81,0). Sum of RGB (Red+Green+Blue) = 88+81+0=169 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.07% from 169); Green value is 81 (32.03% from 255 or 47.93% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 88 - color contains mainly: red. Hex color #585100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585100 is #A7AEFF. Grayscale: #4A4A4A. Windows color (decimal): -10989312 or 20824. OLE color: 20824.

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

Color convert

RGB88810-
CMYK00.0810.65
HSL55.23º100%17.25%-
HSV(B)55.23º100%34.51%-
XYZ6.977.961.17-
YUV73.8686.32138.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 52.07%
GREEN value IS 81 (32.03% from 255) = 47.93%
BLUE value IS 0 (0.39% from 255) = 0%
R=52.07%
G=47.93%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8881000.0810.6555.2310017.25
Hex58510086441376411
Octal13012100101441016714421
Binary1011000101000100100011001001000001110111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585100; }

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

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

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

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

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

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

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

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