#49B760

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

Shades of Chateau Green #49B760

Tints of Chateau Green #49B760

Color information

#49B760 (or 0x49B760) is unknown color: approx Chateau Green. HEX triplet: 49, B7 and 60. RGB value is (73,183,96). Sum of RGB (Red+Green+Blue) = 73+183+96=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #49B760 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B760 is #B6489F. Grayscale: #8C8C8C. Windows color (decimal): -11946144 or 6338377. OLE color: 6338377.

HSL color Cylindrical-coordinate representation of color #49B760: hue angle of 132.55º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49B760 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB7318396-
CMYK0.6000.480.28
HSL132.55º43.31%50.2%-
HSV(B)132.55º60.11%71.76%-
XYZ21.7936.1316.89-
YUV140.19103.0680.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 183 (71.88% from 255) = 51.99%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=20.74%
G=51.99%
B=27.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal73183960.6000.480.28132.5543.3150.2
Hex49B7603C0301C852b32
Octal11126714074060342055362
Binary100100110110111110000011110001100001110010000101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,183,96); }

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

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

 a { background-color: rgb(73,183,96); }

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

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

 span { border-color: rgb(73,183,96); }

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