#53713F

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

Shades of Chalet Green #53713F

Tints of Chalet Green #53713F

Color information

#53713F (or 0x53713F) is unknown color: approx Chalet Green. HEX triplet: 53, 71 and 3F. RGB value is (83,113,63). Sum of RGB (Red+Green+Blue) = 83+113+63=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #53713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53713F is #AC8EC0. Grayscale: #626262. Windows color (decimal): -11308737 or 4157779. OLE color: 4157779.

HSL color Cylindrical-coordinate representation of color #53713F: hue angle of 96º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #53713F is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB8311363-
CMYK0.2700.440.56
HSL96º28.41%34.51%-
HSV(B)96º44.25%44.31%-
XYZ10.3714.016.86-
YUV98.33108.06117.07-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 63 (25% from 255) = 24.32%
R=32.05%
G=43.63%
B=24.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83113630.2700.440.569628.4134.51
Hex53713F1B02C38601c23
Octal1231617733054701403443
Binary10100111110001111111110110101100111000110000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53713F; }

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

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

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

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

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

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

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

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