#536D42

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

Shades of Chalet Green #536D42

Tints of Chalet Green #536D42

Color information

#536D42 (or 0x536D42) is unknown color: approx Chalet Green. HEX triplet: 53, 6D and 42. RGB value is (83,109,66). Sum of RGB (Red+Green+Blue) = 83+109+66=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #536D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536D42 is #AC92BD. Grayscale: #606060. Windows color (decimal): -11309758 or 4353363. OLE color: 4353363.

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

Color convert

RGB8310966-
CMYK0.2400.390.57
HSL96.28º24.57%34.31%-
HSV(B)96.28º39.45%42.75%-
XYZ10.0213.177.17-
YUV96.32110.89118.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 109 (42.97% from 255) = 42.25%
BLUE value IS 66 (26.17% from 255) = 25.58%
R=32.17%
G=42.25%
B=25.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal83109660.2400.390.5796.2824.5734.31
Hex536D421802739601922
Octal12315510230047711403142
Binary101001111011011000010110000100111111001110000011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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