#49B560

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

Shades of Chateau Green #49B560

Tints of Chateau Green #49B560

Color information

#49B560 (or 0x49B560) is unknown color: approx Chateau Green. HEX triplet: 49, B5 and 60. RGB value is (73,181,96). Sum of RGB (Red+Green+Blue) = 73+181+96=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 181 (71.09% from 255 or 51.71% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 181 - color contains mainly: green. Hex color #49B560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49B560 is #B64A9F. Grayscale: #8B8B8B. Windows color (decimal): -11946656 or 6337865. OLE color: 6337865.

HSL color Cylindrical-coordinate representation of color #49B560: hue angle of 132.78º 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 #49B560 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB7318196-
CMYK0.6000.470.29
HSL132.78º42.52%49.8%-
HSV(B)132.78º59.67%70.98%-
XYZ21.3835.3116.75-
YUV139.02103.7280.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 181 (71.09% from 255) = 51.71%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=20.86%
G=51.71%
B=27.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73181960.6000.470.29132.7842.5249.8
Hex49B5603C02F1D852b32
Octal11126514074057352055362
Binary100100110110101110000011110001011111110110000101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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