#49B262

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

Shades of Chateau Green #49B262

Tints of Chateau Green #49B262

Color information

#49B262 (or 0x49B262) is unknown color: approx Chateau Green. HEX triplet: 49, B2 and 62. RGB value is (73,178,98). Sum of RGB (Red+Green+Blue) = 73+178+98=349 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.92% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #49B262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B262 is #B64D9D. Grayscale: #898989. Windows color (decimal): -11947422 or 6468169. OLE color: 6468169.

HSL color Cylindrical-coordinate representation of color #49B262: hue angle of 134.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B262 is Cyan = 0.59, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB7317898-
CMYK0.5900.450.30
HSL134.29º41.83%49.22%-
HSV(B)134.29º58.99%69.8%-
XYZ20.8734.1417.04-
YUV137.48105.7182-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.92%
GREEN value IS 178 (69.92% from 255) = 51.00%
BLUE value IS 98 (38.67% from 255) = 28.08%
R=20.92%
G=51.00%
B=28.08%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73178980.5900.450.30134.2941.8349.22
Hex49B2623B02D1E862a31
Octal11126214273055362065261
Binary100100110110010110001011101101011011111010000110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,178,98); }

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

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

 a { background-color: rgb(73,178,98); }

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

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

 span { border-color: rgb(73,178,98); }

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