#536C3F

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

Shades of Chalet Green #536C3F

Tints of Chalet Green #536C3F

Color information

#536C3F (or 0x536C3F) is unknown color: approx Chalet Green. HEX triplet: 53, 6C and 3F. RGB value is (83,108,63). Sum of RGB (Red+Green+Blue) = 83+108+63=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 63 (25% from 255 or 24.80% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #536C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C3F is #AC93C0. Grayscale: #5F5F5F. Windows color (decimal): -11310017 or 4156499. OLE color: 4156499.

HSL color Cylindrical-coordinate representation of color #536C3F: hue angle of 93.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #536C3F is Cyan = 0.23, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB8310863-
CMYK0.2300.420.58
HSL93.33º26.32%33.53%-
HSV(B)93.33º41.67%42.35%-
XYZ9.8312.926.68-
YUV95.4109.72119.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.68%
GREEN value IS 108 (42.58% from 255) = 42.52%
BLUE value IS 63 (25% from 255) = 24.80%
R=32.68%
G=42.52%
B=24.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83108630.2300.420.5893.3326.3233.53
Hex536C3F1702A3A5d1a22
Octal1231547727052721353242
Binary10100111101100111111101110101010111010101110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,108,63); }

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

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

 a { background-color: rgb(83,108,63); }

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

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

 span { border-color: rgb(83,108,63); }

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