#595500

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

Shades of Verdun Green #595500

Tints of Verdun Green #595500

Color information

#595500 (or 0x595500) is unknown color: approx Verdun Green. HEX triplet: 59, 55 and 00. RGB value is (89,85,0). Sum of RGB (Red+Green+Blue) = 89+85+0=174 (23% of max value = 765). Red value is 89 (35.16% from 255 or 51.15% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 89 - color contains mainly: red. Hex color #595500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595500 is #A6AAFF. Grayscale: #4C4C4C. Windows color (decimal): -10922752 or 21849. OLE color: 21849.

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

Color convert

RGB89850-
CMYK00.0410.65
HSL57.3º100%17.45%-
HSV(B)57.3º100%34.9%-
XYZ7.378.621.28-
YUV76.5184.83136.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 51.15%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.15%
G=48.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8985000.0410.6557.310017.45
Hex59550046441396411
Octal1311250041441017114421
Binary101100110101010010011001001000001111001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595500; }

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

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

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

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

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

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

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

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