#499467

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

Shades of Chateau Green #499467

Tints of Chateau Green #499467

Color information

#499467 (or 0x499467) is unknown color: approx Chateau Green. HEX triplet: 49, 94 and 67. RGB value is (73,148,103). Sum of RGB (Red+Green+Blue) = 73+148+103=324 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.53% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #499467 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499467 is #B66B98. Grayscale: #787878. Windows color (decimal): -11955097 or 6788169. OLE color: 6788169.

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

Color convert

RGB73148103-
CMYK0.5100.300.42
HSL144º33.94%43.33%-
HSV(B)144º50.68%58.04%-
XYZ15.7923.5816.55-
YUV120.44118.1594.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.53%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=22.53%
G=45.68%
B=31.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731481030.5100.300.4214433.9443.33
Hex4994673301E2A90222b
Octal11122414763036522204253
Binary100100110010100110011111001101111010101010010000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499467; }

 p { color: rgb(73,148,103); }

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

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

 a { background-color: rgb(73,148,103); }

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

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

 span { border-color: rgb(73,148,103); }

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