#49B460

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

Shades of Chateau Green #49B460

Tints of Chateau Green #49B460

Color information

#49B460 (or 0x49B460) is unknown color: approx Chateau Green. HEX triplet: 49, B4 and 60. RGB value is (73,180,96). Sum of RGB (Red+Green+Blue) = 73+180+96=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #49B460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B460 is #B64B9F. Grayscale: #8A8A8A. Windows color (decimal): -11946912 or 6337609. OLE color: 6337609.

HSL color Cylindrical-coordinate representation of color #49B460: hue angle of 132.9º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B460 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB7318096-
CMYK0.5900.470.29
HSL132.9º42.29%49.61%-
HSV(B)132.9º59.44%70.59%-
XYZ21.1834.916.69-
YUV138.43104.0581.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.92%
GREEN value IS 180 (70.70% from 255) = 51.58%
BLUE value IS 96 (37.89% from 255) = 27.51%
R=20.92%
G=51.58%
B=27.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73180960.5900.470.29132.942.2949.61
Hex49B4603B02F1D852a32
Octal11126414073057352055262
Binary100100110110100110000011101101011111110110000101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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