#536240

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

Shades of Chalet Green #536240

Tints of Chalet Green #536240

Color information

#536240 (or 0x536240) is unknown color: approx Chalet Green. HEX triplet: 53, 62 and 40. RGB value is (83,98,64). Sum of RGB (Red+Green+Blue) = 83+98+64=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #536240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536240 is #AC9DBF. Grayscale: #595959. Windows color (decimal): -11312576 or 4219475. OLE color: 4219475.

HSL color Cylindrical-coordinate representation of color #536240: hue angle of 86.47º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #536240 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB839864-
CMYK0.1500.350.62
HSL86.47º20.99%31.76%-
HSV(B)86.47º34.69%38.43%-
XYZ8.8610.946.5-
YUV89.64113.53123.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 98 (38.67% from 255) = 40%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=33.88%
G=40%
B=26.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398640.1500.350.6286.4720.9931.76
Hex536240F0233E561520
Octal12314210017043761262540
Binary10100111100010100000011110100011111110101011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536240; }

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

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

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

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

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

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

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

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