#536142

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

Shades of Chalet Green #536142

Tints of Chalet Green #536142

Color information

#536142 (or 0x536142) is unknown color: approx Chalet Green. HEX triplet: 53, 61 and 42. RGB value is (83,97,66). Sum of RGB (Red+Green+Blue) = 83+97+66=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 66 (26.17% from 255 or 26.83% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #536142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536142 is #AC9EBD. Grayscale: #595959. Windows color (decimal): -11312830 or 4350291. OLE color: 4350291.

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

Color convert

RGB839766-
CMYK0.1400.320.62
HSL87.1º19.02%31.96%-
HSV(B)87.1º31.96%38.04%-
XYZ8.8310.786.77-
YUV89.28114.86123.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 97 (38.28% from 255) = 39.43%
BLUE value IS 66 (26.17% from 255) = 26.83%
R=33.74%
G=39.43%
B=26.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8397660.1400.320.6287.119.0231.96
Hex536142E0203E571320
Octal12314110216040761272340
Binary10100111100001100001011100100000111110101011110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536142; }

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

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

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

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

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

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

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

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