#49A763

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

Shades of Chateau Green #49A763

Tints of Chateau Green #49A763

Color information

#49A763 (or 0x49A763) is unknown color: approx Chateau Green. HEX triplet: 49, A7 and 63. RGB value is (73,167,99). Sum of RGB (Red+Green+Blue) = 73+167+99=339 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.53% from 339); Green value is 167 (65.62% from 255 or 49.26% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 167 - color contains mainly: green. Hex color #49A763 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A763 is #B6589C. Grayscale: #838383. Windows color (decimal): -11950237 or 6530889. OLE color: 6530889.

HSL color Cylindrical-coordinate representation of color #49A763: hue angle of 136.6º 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 #49A763 is Cyan = 0.56, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.35.

Color convert

RGB7316799-
CMYK0.5600.410.35
HSL136.6º39.17%47.06%-
HSV(B)136.6º56.29%65.49%-
XYZ18.8229.9516.59-
YUV131.14109.8686.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.53%
GREEN value IS 167 (65.62% from 255) = 49.26%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=21.53%
G=49.26%
B=29.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73167990.5600.410.35136.639.1747.06
Hex49A763380292389272f
Octal11124714370051432114757
Binary1001001101001111100011111000010100110001110001001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,167,99); }

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

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

 a { background-color: rgb(73,167,99); }

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

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

 span { border-color: rgb(73,167,99); }

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