#49A563

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

Shades of Chateau Green #49A563

Tints of Chateau Green #49A563

Color information

#49A563 (or 0x49A563) is unknown color: approx Chateau Green. HEX triplet: 49, A5 and 63. RGB value is (73,165,99). Sum of RGB (Red+Green+Blue) = 73+165+99=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #49A563 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A563 is #B65A9C. Grayscale: #828282. Windows color (decimal): -11950749 or 6530377. OLE color: 6530377.

HSL color Cylindrical-coordinate representation of color #49A563: hue angle of 136.96º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49A563 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB7316599-
CMYK0.5600.400.35
HSL136.96º38.66%46.67%-
HSV(B)136.96º55.76%64.71%-
XYZ18.4529.2316.47-
YUV129.97110.5287.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.66%
GREEN value IS 165 (64.84% from 255) = 48.96%
BLUE value IS 99 (39.06% from 255) = 29.38%
R=21.66%
G=48.96%
B=29.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73165990.5600.400.35136.9638.6646.67
Hex49A563380282389272f
Octal11124514370050432114757
Binary1001001101001011100011111000010100010001110001001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,165,99); }

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

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

 a { background-color: rgb(73,165,99); }

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

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

 span { border-color: rgb(73,165,99); }

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