#55653B

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

Shades of Chalet Green #55653B

Tints of Chalet Green #55653B

Color information

#55653B (or 0x55653B) is unknown color: approx Chalet Green. HEX triplet: 55, 65 and 3B. RGB value is (85,101,59). Sum of RGB (Red+Green+Blue) = 85+101+59=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #55653B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55653B is #AA9AC4. Grayscale: #5B5B5B. Windows color (decimal): -11180741 or 3892565. OLE color: 3892565.

HSL color Cylindrical-coordinate representation of color #55653B: hue angle of 82.86º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55653B is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB8510159-
CMYK0.1600.420.60
HSL82.86º26.25%31.37%-
HSV(B)82.86º41.58%39.61%-
XYZ9.1911.555.88-
YUV91.43109.7123.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 101 (39.84% from 255) = 41.22%
BLUE value IS 59 (23.44% from 255) = 24.08%
R=34.69%
G=41.22%
B=24.08%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85101590.1600.420.6082.8626.2531.37
Hex55653B1002A3C531a1f
Octal1251457320052741233237
Binary1010101110010111101110000010101011110010100111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55653B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55653B; }

 p { color: rgb(85,101,59); }

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

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

 a { background-color: rgb(85,101,59); }

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

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

 span { border-color: rgb(85,101,59); }

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