#53693A

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

Shades of Chalet Green #53693A

Tints of Chalet Green #53693A

Color information

#53693A (or 0x53693A) is unknown color: approx Chalet Green. HEX triplet: 53, 69 and 3A. RGB value is (83,105,58). Sum of RGB (Red+Green+Blue) = 83+105+58=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #53693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53693A is #AC96C5. Grayscale: #5D5D5D. Windows color (decimal): -11310790 or 3828051. OLE color: 3828051.

HSL color Cylindrical-coordinate representation of color #53693A: hue angle of 88.09º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53693A is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB8310558-
CMYK0.2100.450.59
HSL88.09º28.83%31.96%-
HSV(B)88.09º44.76%41.18%-
XYZ9.3812.255.87-
YUV93.06108.21120.82-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.74%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 58 (23.05% from 255) = 23.58%
R=33.74%
G=42.68%
B=23.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83105580.2100.450.5988.0928.8331.96
Hex53693A1502D3B581d20
Octal1231517225055731303540
Binary10100111101001111010101010101101111011101100011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53693A; }

 p { color: rgb(83,105,58); }

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

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

 a { background-color: rgb(83,105,58); }

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

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

 span { border-color: rgb(83,105,58); }

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