#49905C

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

Shades of Chateau Green #49905C

Tints of Chateau Green #49905C

Color information

#49905C (or 0x49905C) is unknown color: approx Chateau Green. HEX triplet: 49, 90 and 5C. RGB value is (73,144,92). Sum of RGB (Red+Green+Blue) = 73+144+92=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #49905C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49905C is #B66FA3. Grayscale: #747474. Windows color (decimal): -11956132 or 6066249. OLE color: 6066249.

HSL color Cylindrical-coordinate representation of color #49905C: hue angle of 136.06º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49905C is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB7314492-
CMYK0.4900.360.44
HSL136.06º32.72%42.55%-
HSV(B)136.06º49.31%56.47%-
XYZ14.6522.1413.63-
YUV116.84113.9896.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 144 (56.64% from 255) = 46.60%
BLUE value IS 92 (36.33% from 255) = 29.77%
R=23.62%
G=46.60%
B=29.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144920.4900.360.44136.0632.7242.55
Hex49905C310242C88212b
Octal11122013461044542104153
Binary1001001100100001011100110001010010010110010001000100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49905C; }

 p { color: rgb(73,144,92); }

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

<style>
 a { background-color: #49905C; }

 a { background-color: rgb(73,144,92); }

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

<style>
 span { border-color: #49905C; }

 span { border-color: rgb(73,144,92); }

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