#499054

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

Shades of Chateau Green #499054

Tints of Chateau Green #499054

Color information

#499054 (or 0x499054) is unknown color: approx Chateau Green. HEX triplet: 49, 90 and 54. RGB value is (73,144,84). Sum of RGB (Red+Green+Blue) = 73+144+84=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #499054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499054 is #B66FAB. Grayscale: #747474. Windows color (decimal): -11956140 or 5541961. OLE color: 5541961.

HSL color Cylindrical-coordinate representation of color #499054: hue angle of 129.3º 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 #499054 is Cyan = 0.49, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB7314484-
CMYK0.4900.420.44
HSL129.3º32.72%42.55%-
HSV(B)129.3º49.31%56.47%-
XYZ14.322211.88-
YUV115.93109.9897.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 144 (56.64% from 255) = 47.84%
BLUE value IS 84 (33.20% from 255) = 27.91%
R=24.25%
G=47.84%
B=27.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73144840.4900.420.44129.332.7242.55
Hex4990543102A2C81212b
Octal11122012461052542014153
Binary1001001100100001010100110001010101010110010000001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499054; }

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

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

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

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

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

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

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

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