#595C00

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

Shades of Verdun Green #595C00

Tints of Verdun Green #595C00

Color information

#595C00 (or 0x595C00) is unknown color: approx Verdun Green. HEX triplet: 59, 5C and 00. RGB value is (89,92,0). Sum of RGB (Red+Green+Blue) = 89+92+0=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 92 (36.33% from 255 or 50.83% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 92 - color contains mainly: green. Hex color #595C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #595C00 is #A6A3FF. Grayscale: #505050. Windows color (decimal): -10920960 or 23641. OLE color: 23641.

HSL color Cylindrical-coordinate representation of color #595C00: hue angle of 61.96º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #595C00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB89920-
CMYK0.03010.64
HSL61.96º100%18.04%-
HSV(B)61.96º100%36.08%-
XYZ7.959.781.47-
YUV80.6182.51133.98-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 49.17%
GREEN value IS 92 (36.33% from 255) = 50.83%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.17%
G=50.83%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal899200.03010.6461.9610018.04
Hex595C03064403e6412
Octal1311340301441007614422
Binary10110011011100011011001001000000111110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595C00; }

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

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

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

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

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

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

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

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