#49955E

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

Shades of Chateau Green #49955E

Tints of Chateau Green #49955E

Color information

#49955E (or 0x49955E) is unknown color: approx Chateau Green. HEX triplet: 49, 95 and 5E. RGB value is (73,149,94). Sum of RGB (Red+Green+Blue) = 73+149+94=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #49955E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49955E is #B66AA1. Grayscale: #787878. Windows color (decimal): -11954850 or 6198601. OLE color: 6198601.

HSL color Cylindrical-coordinate representation of color #49955E: hue angle of 136.58º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #49955E is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB7314994-
CMYK0.5100.370.42
HSL136.58º34.23%43.53%-
HSV(B)136.58º51.01%58.43%-
XYZ15.5223.7214.35-
YUV120.01113.3294.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=23.10%
G=47.15%
B=29.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal73149940.5100.370.42136.5834.2343.53
Hex49955E330252A89222c
Octal11122513663045522114254
Binary1001001100101011011110110011010010110101010001001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49955E; }

 p { color: rgb(73,149,94); }

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

<style>
 a { background-color: #49955E; }

 a { background-color: rgb(73,149,94); }

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

<style>
 span { border-color: #49955E; }

 span { border-color: rgb(73,149,94); }

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