#55703E

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

Shades of Chalet Green #55703E

Tints of Chalet Green #55703E

Color information

#55703E (or 0x55703E) is unknown color: approx Chalet Green. HEX triplet: 55, 70 and 3E. RGB value is (85,112,62). Sum of RGB (Red+Green+Blue) = 85+112+62=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #55703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55703E is #AA8FC1. Grayscale: #626262. Windows color (decimal): -11177922 or 4091989. OLE color: 4091989.

HSL color Cylindrical-coordinate representation of color #55703E: hue angle of 92.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55703E is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB8511262-
CMYK0.2400.450.56
HSL92.4º28.74%34.12%-
HSV(B)92.4º44.64%43.92%-
XYZ10.4113.876.69-
YUV98.23107.55118.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.82%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 62 (24.61% from 255) = 23.94%
R=32.82%
G=43.24%
B=23.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112620.2400.450.5692.428.7434.12
Hex55703E1802D385c1d22
Octal1251607630055701343542
Binary10101011110000111110110000101101111000101110011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55703E; }

 p { color: rgb(85,112,62); }

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

<style>
 a { background-color: #55703E; }

 a { background-color: rgb(85,112,62); }

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

<style>
 span { border-color: #55703E; }

 span { border-color: rgb(85,112,62); }

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