#585502

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

Shades of Verdun Green #585502

Tints of Verdun Green #585502

Color information

#585502 (or 0x585502) is unknown color: approx Verdun Green. HEX triplet: 58, 55 and 02. RGB value is (88,85,2). Sum of RGB (Red+Green+Blue) = 88+85+2=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #585502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #585502 is #A7AAFD. Grayscale: #4C4C4C. Windows color (decimal): -10988286 or 152920. OLE color: 152920.

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

Color convert

RGB88852-
CMYK00.030.980.65
HSL57.91º95.56%17.65%-
HSV(B)57.91º97.73%34.51%-
XYZ7.288.581.33-
YUV76.4385.99136.25-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 50.29%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=50.29%
G=48.57%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8885200.030.980.6557.9195.5617.65
Hex585520362413a6012
Octal1301252031421017214022
Binary101100010101011001111000101000001111010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585502; }

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

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

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

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

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

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

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

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