#55763B

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

Shades of Chalet Green #55763B

Tints of Chalet Green #55763B

Color information

#55763B (or 0x55763B) is unknown color: approx Chalet Green. HEX triplet: 55, 76 and 3B. RGB value is (85,118,59). Sum of RGB (Red+Green+Blue) = 85+118+59=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #55763B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55763B is #AA89C4. Grayscale: #656565. Windows color (decimal): -11176389 or 3896917. OLE color: 3896917.

HSL color Cylindrical-coordinate representation of color #55763B: hue angle of 93.56º 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 #55763B is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB8511859-
CMYK0.2800.500.54
HSL93.56º33.33%34.71%-
HSV(B)93.56º50%46.27%-
XYZ11.0115.26.49-
YUV101.41104.07116.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 118 (46.48% from 255) = 45.04%
BLUE value IS 59 (23.44% from 255) = 22.52%
R=32.44%
G=45.04%
B=22.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118590.2800.500.5493.5633.3334.71
Hex55763B1C032365e2123
Octal1251667334062661364143
Binary101010111101101110111110001100101101101011110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55763B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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