#595502

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

Shades of Verdun Green #595502

Tints of Verdun Green #595502

Color information

#595502 (or 0x595502) is unknown color: approx Verdun Green. HEX triplet: 59, 55 and 02. RGB value is (89,85,2). Sum of RGB (Red+Green+Blue) = 89+85+2=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 2 (1.17% from 255 or 1.14% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #595502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595502 is #A6AAFD. Grayscale: #4D4D4D. Windows color (decimal): -10922750 or 152921. OLE color: 152921.

HSL color Cylindrical-coordinate representation of color #595502: hue angle of 57.24º 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 #595502 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB89852-
CMYK00.040.980.65
HSL57.24º95.6%17.84%-
HSV(B)57.24º97.75%34.9%-
XYZ7.388.631.33-
YUV76.7385.83136.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50.57%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=50.57%
G=48.30%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8985200.040.980.6557.2495.617.84
Hex59552046241396012
Octal1311252041421017114022
Binary1011001101010110010011000101000001111001110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595502; }

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

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

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

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

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

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

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

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