#49B562

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

Shades of Chateau Green #49B562

Tints of Chateau Green #49B562

Color information

#49B562 (or 0x49B562) is unknown color: approx Chateau Green. HEX triplet: 49, B5 and 62. RGB value is (73,181,98). Sum of RGB (Red+Green+Blue) = 73+181+98=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 181 (71.09% from 255 or 51.42% from 352); Blue value is 98 (38.67% from 255 or 27.84% from 352); Max value from RGB is 181 - color contains mainly: green. Hex color #49B562 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B562 is #B64A9D. Grayscale: #8B8B8B. Windows color (decimal): -11946654 or 6468937. OLE color: 6468937.

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

Color convert

RGB7318198-
CMYK0.6000.460.29
HSL133.89º42.52%49.8%-
HSV(B)133.89º59.67%70.98%-
XYZ21.4835.3517.25-
YUV139.25104.7280.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.74%
GREEN value IS 181 (71.09% from 255) = 51.42%
BLUE value IS 98 (38.67% from 255) = 27.84%
R=20.74%
G=51.42%
B=27.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73181980.6000.460.29133.8942.5249.8
Hex49B5623C02E1D862b32
Octal11126514274056352065362
Binary100100110110101110001011110001011101110110000110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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