#49A75D

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

Shades of Chateau Green #49A75D

Tints of Chateau Green #49A75D

Color information

#49A75D (or 0x49A75D) is unknown color: approx Chateau Green. HEX triplet: 49, A7 and 5D. RGB value is (73,167,93). Sum of RGB (Red+Green+Blue) = 73+167+93=333 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.92% from 333); Green value is 167 (65.62% from 255 or 50.15% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 167 - color contains mainly: green. Hex color #49A75D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A75D is #B658A2. Grayscale: #828282. Windows color (decimal): -11950243 or 6137673. OLE color: 6137673.

HSL color Cylindrical-coordinate representation of color #49A75D: hue angle of 132.77º 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 #49A75D is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB7316793-
CMYK0.5600.440.35
HSL132.77º39.17%47.06%-
HSV(B)132.77º56.29%65.49%-
XYZ18.5429.8415.14-
YUV130.46106.8687.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.92%
GREEN value IS 167 (65.62% from 255) = 50.15%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=21.92%
G=50.15%
B=27.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73167930.5600.440.35132.7739.1747.06
Hex49A75D3802C2385272f
Octal11124713570054432054757
Binary1001001101001111011101111000010110010001110000101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,167,93); }

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

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

 a { background-color: rgb(73,167,93); }

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

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

 span { border-color: rgb(73,167,93); }

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