#595302

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

Shades of Verdun Green #595302

Tints of Verdun Green #595302

Color information

#595302 (or 0x595302) is unknown color: approx Verdun Green. HEX triplet: 59, 53 and 02. RGB value is (89,83,2). Sum of RGB (Red+Green+Blue) = 89+83+2=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #595302 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595302 is #A6ACFD. Grayscale: #4B4B4B. Windows color (decimal): -10923262 or 152409. OLE color: 152409.

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

Color convert

RGB89832-
CMYK00.070.980.65
HSL55.86º95.6%17.84%-
HSV(B)55.86º97.75%34.9%-
XYZ7.228.311.28-
YUV75.5686.49137.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.15%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 2 (1.17% from 255) = 1.15%
R=51.15%
G=47.70%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8983200.070.980.6555.8695.617.84
Hex59532076241386012
Octal1311232071421017014022
Binary1011001101001110011111000101000001111000110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595302; }

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

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

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

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

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

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

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

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