#55663C

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

Shades of Chalet Green #55663C

Tints of Chalet Green #55663C

Color information

#55663C (or 0x55663C) is unknown color: approx Chalet Green. HEX triplet: 55, 66 and 3C. RGB value is (85,102,60). Sum of RGB (Red+Green+Blue) = 85+102+60=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 102 (40.23% from 255 or 41.30% from 247); Blue value is 60 (23.83% from 255 or 24.29% from 247); Max value from RGB is 102 - color contains mainly: green. Hex color #55663C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55663C is #AA99C3. Grayscale: #5C5C5C. Windows color (decimal): -11180484 or 3958357. OLE color: 3958357.

HSL color Cylindrical-coordinate representation of color #55663C: hue angle of 84.29º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55663C is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.

Color convert

RGB8510260-
CMYK0.1700.410.6
HSL84.29º25.93%31.76%-
HSV(B)84.29º41.18%40%-
XYZ9.3111.766.05-
YUV92.13109.87122.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 102 (40.23% from 255) = 41.30%
BLUE value IS 60 (23.83% from 255) = 24.29%
R=34.41%
G=41.30%
B=24.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85102600.1700.410.684.2925.9331.76
Hex55663C110293C541a20
Octal1251467421051741243240
Binary10101011100110111100100010101001111100101010011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55663C; }

 p { color: rgb(85,102,60); }

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

<style>
 a { background-color: #55663C; }

 a { background-color: rgb(85,102,60); }

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

<style>
 span { border-color: #55663C; }

 span { border-color: rgb(85,102,60); }

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