#55773A

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

Shades of Chalet Green #55773A

Tints of Chalet Green #55773A

Color information

#55773A (or 0x55773A) is unknown color: approx Chalet Green. HEX triplet: 55, 77 and 3A. RGB value is (85,119,58). Sum of RGB (Red+Green+Blue) = 85+119+58=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 119 (46.88% from 255 or 45.42% from 262); Blue value is 58 (23.05% from 255 or 22.14% from 262); Max value from RGB is 119 - color contains mainly: green. Hex color #55773A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55773A is #AA88C5. Grayscale: #666666. Windows color (decimal): -11176134 or 3831637. OLE color: 3831637.

HSL color Cylindrical-coordinate representation of color #55773A: hue angle of 93.44º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55773A is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB8511958-
CMYK0.2900.510.53
HSL93.44º34.46%34.71%-
HSV(B)93.44º51.26%46.67%-
XYZ11.1115.436.4-
YUV101.88103.24115.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 119 (46.88% from 255) = 45.42%
BLUE value IS 58 (23.05% from 255) = 22.14%
R=32.44%
G=45.42%
B=22.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119580.2900.510.5393.4434.4634.71
Hex55773A1D033355d2223
Octal1251677235063651354243
Binary101010111101111110101110101100111101011011101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,119,58); }

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

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

 a { background-color: rgb(85,119,58); }

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

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

 span { border-color: rgb(85,119,58); }

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