#49b25f

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

Shades of Chateau Green #49B25F

Tints of Chateau Green #49B25F

Color information

#49B25F (or 0x49B25F) is unknown color: approx Chateau Green. HEX triplet: 49, B2 and 5F. RGB value is (73,178,95). Sum of RGB (Red+Green+Blue) = 73+178+95=346 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.10% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #49B25F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49B25F is #B64DA0. Grayscale: #898989. Windows color (decimal): -11947425 or 6271561. OLE color: 6271561.

HSL color Cylindrical-coordinate representation of color #49B25F: hue angle of 132.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49B25F is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB7317895-
CMYK0.5900.470.30
HSL132.57º41.83%49.22%-
HSV(B)132.57º58.99%69.8%-
XYZ20.7334.0816.31-
YUV137.14104.2182.25-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.10%
GREEN value IS 178 (69.92% from 255) = 51.45%
BLUE value IS 95 (37.5% from 255) = 27.46%
R=21.10%
G=51.45%
B=27.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73178950.5900.470.30132.5741.8349.22
Hex49B25F3B02F1E852a31
Octal11126213773057362055261
Binary100100110110010101111111101101011111111010000101101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49b25f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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