#49A45E

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

Shades of Chateau Green #49A45E

Tints of Chateau Green #49A45E

Color information

#49A45E (or 0x49A45E) is unknown color: approx Chateau Green. HEX triplet: 49, A4 and 5E. RGB value is (73,164,94). Sum of RGB (Red+Green+Blue) = 73+164+94=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 164 (64.45% from 255 or 49.55% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 164 - color contains mainly: green. Hex color #49A45E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A45E is #B65BA1. Grayscale: #818181. Windows color (decimal): -11951010 or 6202441. OLE color: 6202441.

HSL color Cylindrical-coordinate representation of color #49A45E: hue angle of 133.85º 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 #49A45E is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB7316494-
CMYK0.5500.430.36
HSL133.85º38.4%46.47%-
HSV(B)133.85º55.49%64.31%-
XYZ18.0428.7815.19-
YUV128.81108.3588.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.05%
GREEN value IS 164 (64.45% from 255) = 49.55%
BLUE value IS 94 (37.11% from 255) = 28.40%
R=22.05%
G=49.55%
B=28.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73164940.5500.430.36133.8538.446.47
Hex49A45E3702B2486262e
Octal11124413667053442064656
Binary1001001101001001011110110111010101110010010000110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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