#55753B

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

Shades of Chalet Green #55753B

Tints of Chalet Green #55753B

Color information

#55753B (or 0x55753B) is unknown color: approx Chalet Green. HEX triplet: 55, 75 and 3B. RGB value is (85,117,59). Sum of RGB (Red+Green+Blue) = 85+117+59=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 59 (23.44% from 255 or 22.61% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #55753B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55753B is #AA8AC4. Grayscale: #656565. Windows color (decimal): -11176645 or 3896661. OLE color: 3896661.

HSL color Cylindrical-coordinate representation of color #55753B: hue angle of 93.1º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55753B is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB8511759-
CMYK0.2700.500.54
HSL93.1º32.95%34.51%-
HSV(B)93.1º49.57%45.88%-
XYZ10.914.976.45-
YUV100.82104.4116.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 117 (46.09% from 255) = 44.83%
BLUE value IS 59 (23.44% from 255) = 22.61%
R=32.57%
G=44.83%
B=22.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117590.2700.500.5493.132.9534.51
Hex55753B1B032365d2123
Octal1251657333062661354143
Binary101010111101011110111101101100101101101011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55753B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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