#49A165

Color #49A165 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #49A165

Tints of Chateau Green #49A165

Color information

#49A165 (or 0x49A165) is unknown color: approx Chateau Green. HEX triplet: 49, A1 and 65. RGB value is (73,161,101). Sum of RGB (Red+Green+Blue) = 73+161+101=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #49A165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A165 is #B65E9A. Grayscale: #7F7F7F. Windows color (decimal): -11951771 or 6660425. OLE color: 6660425.

HSL color Cylindrical-coordinate representation of color #49A165: hue angle of 139.09º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A165 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.

Color convert

RGB73161101-
CMYK0.5500.370.37
HSL139.09º37.61%45.88%-
HSV(B)139.09º54.66%63.14%-
XYZ17.8427.8516.75-
YUV127.85112.8588.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 161 (63.28% from 255) = 48.06%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=21.79%
G=48.06%
B=30.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731611010.5500.370.37139.0937.6145.88
Hex49A16537025258b262e
Octal11124114567045452134656
Binary1001001101000011100101110111010010110010110001011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49A165; }

 p { color: rgb(73,161,101); }

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

<style>
 a { background-color: #49A165; }

 a { background-color: rgb(73,161,101); }

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

<style>
 span { border-color: #49A165; }

 span { border-color: rgb(73,161,101); }

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