#49a361

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

Shades of Chateau Green #49A361

Tints of Chateau Green #49A361

Color information

#49A361 (or 0x49A361) is unknown color: approx Chateau Green. HEX triplet: 49, A3 and 61. RGB value is (73,163,97). Sum of RGB (Red+Green+Blue) = 73+163+97=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 163 (64.06% from 255 or 48.95% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 163 - color contains mainly: green. Hex color #49A361 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A361 is #B65C9E. Grayscale: #808080. Windows color (decimal): -11951263 or 6398793. OLE color: 6398793.

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

Color convert

RGB7316397-
CMYK0.5500.400.36
HSL136º38.14%46.27%-
HSV(B)136º55.21%63.92%-
XYZ1828.4715.86-
YUV128.57110.1888.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 163 (64.06% from 255) = 48.95%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=21.92%
G=48.95%
B=29.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73163970.5500.400.3613638.1446.27
Hex49A361370282488262e
Octal11124314167050442104656
Binary1001001101000111100001110111010100010010010001000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49a361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,163,97); }

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

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

 a { background-color: rgb(73,163,97); }

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

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

 span { border-color: rgb(73,163,97); }

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