#596350

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

Shades of Chalet Green #596350

Tints of Chalet Green #596350

Color information

#596350 (or 0x596350) is unknown color: approx Chalet Green. HEX triplet: 59, 63 and 50. RGB value is (89,99,80). Sum of RGB (Red+Green+Blue) = 89+99+80=268 (35% of max value = 765). Red value is 89 (35.16% from 255 or 33.21% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 99 - color contains mainly: green. Hex color #596350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #596350 is #A69CAF. Grayscale: #5D5D5D. Windows color (decimal): -10919088 or 5268313. OLE color: 5268313.

HSL color Cylindrical-coordinate representation of color #596350: hue angle of 91.58º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #596350 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB899980-
CMYK0.1000.190.61
HSL91.58º10.61%35.1%-
HSV(B)91.58º19.19%38.82%-
XYZ10.0311.639.3-
YUV93.84120.19124.54-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 33.21%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 80 (31.64% from 255) = 29.85%
R=33.21%
G=36.94%
B=29.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8999800.1000.190.6191.5810.6135.1
Hex596350A0133D5cb23
Octal13114312012023751341343
Binary101100111000111010000101001001111110110111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596350; }

 p { color: rgb(89,99,80); }

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

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

 a { background-color: rgb(89,99,80); }

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

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

 span { border-color: rgb(89,99,80); }

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