#49A45A

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

Shades of Chateau Green #49A45A

Tints of Chateau Green #49A45A

Color information

#49A45A (or 0x49A45A) is unknown color: approx Chateau Green. HEX triplet: 49, A4 and 5A. RGB value is (73,164,90). Sum of RGB (Red+Green+Blue) = 73+164+90=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 164 (64.45% from 255 or 50.15% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 164 - color contains mainly: green. Hex color #49A45A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A45A is #B65BA5. Grayscale: #808080. Windows color (decimal): -11951014 or 5940297. OLE color: 5940297.

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

Color convert

RGB7316490-
CMYK0.5500.450.36
HSL131.21º38.4%46.47%-
HSV(B)131.21º55.49%64.31%-
XYZ17.8728.7114.27-
YUV128.35106.3588.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 164 (64.45% from 255) = 50.15%
BLUE value IS 90 (35.55% from 255) = 27.52%
R=22.32%
G=50.15%
B=27.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73164900.5500.450.36131.2138.446.47
Hex49A45A3702D2483262e
Octal11124413267055442034656
Binary1001001101001001011010110111010110110010010000011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A45A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,164,90); }

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

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

 a { background-color: rgb(73,164,90); }

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

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

 span { border-color: rgb(73,164,90); }

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