#536242

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

Shades of Chalet Green #536242

Tints of Chalet Green #536242

Color information

#536242 (or 0x536242) is unknown color: approx Chalet Green. HEX triplet: 53, 62 and 42. RGB value is (83,98,66). Sum of RGB (Red+Green+Blue) = 83+98+66=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #536242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536242 is #AC9DBD. Grayscale: #595959. Windows color (decimal): -11312574 or 4350547. OLE color: 4350547.

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

Color convert

RGB839866-
CMYK0.1500.330.62
HSL88.12º19.51%32.16%-
HSV(B)88.12º32.65%38.43%-
XYZ8.9210.976.8-
YUV89.87114.53123.1-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 98 (38.67% from 255) = 39.68%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=33.60%
G=39.68%
B=26.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8398660.1500.330.6288.1219.5132.16
Hex536242F0213E581420
Octal12314210217041761302440
Binary10100111100010100001011110100001111110101100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536242; }

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

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

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

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

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

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

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

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