#49A65B

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

Shades of Chateau Green #49A65B

Tints of Chateau Green #49A65B

Color information

#49A65B (or 0x49A65B) is unknown color: approx Chateau Green. HEX triplet: 49, A6 and 5B. RGB value is (73,166,91). Sum of RGB (Red+Green+Blue) = 73+166+91=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 166 (65.23% from 255 or 50.30% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 166 - color contains mainly: green. Hex color #49A65B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A65B is #B659A4. Grayscale: #818181. Windows color (decimal): -11950501 or 6006345. OLE color: 6006345.

HSL color Cylindrical-coordinate representation of color #49A65B: hue angle of 131.61º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A65B is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB7316691-
CMYK0.5600.450.35
HSL131.61º38.91%46.86%-
HSV(B)131.61º56.02%65.1%-
XYZ18.2729.4414.62-
YUV129.64106.1987.6-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 166 (65.23% from 255) = 50.30%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=22.12%
G=50.30%
B=27.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73166910.5600.450.35131.6138.9146.86
Hex49A65B3802D2384272f
Octal11124613370055432044757
Binary1001001101001101011011111000010110110001110000100100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,166,91); }

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

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

 a { background-color: rgb(73,166,91); }

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

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

 span { border-color: rgb(73,166,91); }

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