#49A75F

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

Shades of Chateau Green #49A75F

Tints of Chateau Green #49A75F

Color information

#49A75F (or 0x49A75F) is unknown color: approx Chateau Green. HEX triplet: 49, A7 and 5F. RGB value is (73,167,95). Sum of RGB (Red+Green+Blue) = 73+167+95=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 167 (65.62% from 255 or 49.85% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 167 - color contains mainly: green. Hex color #49A75F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A75F is #B658A0. Grayscale: #828282. Windows color (decimal): -11950241 or 6268745. OLE color: 6268745.

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

Color convert

RGB7316795-
CMYK0.5600.430.35
HSL134.04º39.17%47.06%-
HSV(B)134.04º56.29%65.49%-
XYZ18.6329.8815.61-
YUV130.69107.8686.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 167 (65.62% from 255) = 49.85%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=21.79%
G=49.85%
B=28.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal73167950.5600.430.35134.0439.1747.06
Hex49A75F3802B2386272f
Octal11124713770053432064757
Binary1001001101001111011111111000010101110001110000110100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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