#55793A

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

Shades of Chalet Green #55793A

Tints of Chalet Green #55793A

Color information

#55793A (or 0x55793A) is unknown color: approx Chalet Green. HEX triplet: 55, 79 and 3A. RGB value is (85,121,58). Sum of RGB (Red+Green+Blue) = 85+121+58=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 121 (47.66% from 255 or 45.83% from 264); Blue value is 58 (23.05% from 255 or 21.97% from 264); Max value from RGB is 121 - color contains mainly: green. Hex color #55793A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55793A is #AA86C5. Grayscale: #676767. Windows color (decimal): -11175622 or 3832149. OLE color: 3832149.

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

Color convert

RGB8512158-
CMYK0.3000.520.53
HSL94.29º35.2%35.1%-
HSV(B)94.29º52.07%47.45%-
XYZ11.3515.916.48-
YUV103.05102.57115.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 121 (47.66% from 255) = 45.83%
BLUE value IS 58 (23.05% from 255) = 21.97%
R=32.20%
G=45.83%
B=21.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121580.3000.520.5394.2935.235.1
Hex55793A1E034355e2323
Octal1251717236064651364343
Binary101010111110011110101111001101001101011011110100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55793A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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