#536D40

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

Shades of Chalet Green #536D40

Tints of Chalet Green #536D40

Color information

#536D40 (or 0x536D40) is unknown color: approx Chalet Green. HEX triplet: 53, 6D and 40. RGB value is (83,109,64). Sum of RGB (Red+Green+Blue) = 83+109+64=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #536D40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536D40 is #AC92BF. Grayscale: #606060. Windows color (decimal): -11309760 or 4222291. OLE color: 4222291.

HSL color Cylindrical-coordinate representation of color #536D40: hue angle of 94.67º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #536D40 is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.57.

Color convert

RGB8310964-
CMYK0.2400.410.57
HSL94.67º26.01%33.92%-
HSV(B)94.67º41.28%42.75%-
XYZ9.9613.156.86-
YUV96.1109.89118.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 109 (42.97% from 255) = 42.58%
BLUE value IS 64 (25.39% from 255) = 25%
R=32.42%
G=42.58%
B=25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83109640.2400.410.5794.6726.0133.92
Hex536D4018029395f1a22
Octal12315510030051711373242
Binary101001111011011000000110000101001111001101111111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536D40; }

 p { color: rgb(83,109,64); }

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

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

 a { background-color: rgb(83,109,64); }

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

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

 span { border-color: rgb(83,109,64); }

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