#595504

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

Shades of Verdun Green #595504

Tints of Verdun Green #595504

Color information

#595504 (or 0x595504) is unknown color: approx Verdun Green. HEX triplet: 59, 55 and 04. RGB value is (89,85,4). Sum of RGB (Red+Green+Blue) = 89+85+4=178 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 89 - color contains mainly: red. Hex color #595504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595504 is #A6AAFB. Grayscale: #4D4D4D. Windows color (decimal): -10922748 or 283993. OLE color: 283993.

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

Color convert

RGB89854-
CMYK00.040.960.65
HSL57.18º91.4%18.24%-
HSV(B)57.18º95.51%34.9%-
XYZ7.398.631.39-
YUV76.9686.83136.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 4 (1.95% from 255) = 2.25%
R=50%
G=47.75%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8985400.040.960.6557.1891.418.24
Hex59554046041395b12
Octal1311254041401017113322
Binary10110011010101100010011000001000001111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595504; }

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

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

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

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

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

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

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

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