#53663F

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

Shades of Chalet Green #53663F

Tints of Chalet Green #53663F

Color information

#53663F (or 0x53663F) is unknown color: approx Chalet Green. HEX triplet: 53, 66 and 3F. RGB value is (83,102,63). Sum of RGB (Red+Green+Blue) = 83+102+63=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #53663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53663F is #AC99C0. Grayscale: #5C5C5C. Windows color (decimal): -11311553 or 4154963. OLE color: 4154963.

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

Color convert

RGB8310263-
CMYK0.1900.380.6
HSL89.23º23.64%32.35%-
HSV(B)89.23º38.24%40%-
XYZ9.2211.76.48-
YUV91.87111.71121.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.47%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 63 (25% from 255) = 25.40%
R=33.47%
G=41.13%
B=25.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83102630.1900.380.689.2323.6432.35
Hex53663F130263C591820
Octal1231467723046741313040
Binary10100111100110111111100110100110111100101100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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