#499265

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

Shades of Chateau Green #499265

Tints of Chateau Green #499265

Color information

#499265 (or 0x499265) is unknown color: approx Chateau Green. HEX triplet: 49, 92 and 65. RGB value is (73,146,101). Sum of RGB (Red+Green+Blue) = 73+146+101=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 146 (57.42% from 255 or 45.62% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 146 - color contains mainly: green. Hex color #499265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499265 is #B66D9A. Grayscale: #777777. Windows color (decimal): -11955611 or 6656585. OLE color: 6656585.

HSL color Cylindrical-coordinate representation of color #499265: hue angle of 143.01º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499265 is Cyan = 0.5, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB73146101-
CMYK0.500.310.43
HSL143.01º33.33%42.94%-
HSV(B)143.01º50%57.25%-
XYZ15.3822.9115.92-
YUV119.04117.8295.16-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 146 (57.42% from 255) = 45.62%
BLUE value IS 101 (39.84% from 255) = 31.56%
R=22.81%
G=45.62%
B=31.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731461010.500.310.43143.0133.3342.94
Hex4992653201F2B8f212b
Octal11122214562037532174153
Binary100100110010010110010111001001111110101110001111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499265; }

 p { color: rgb(73,146,101); }

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

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

 a { background-color: rgb(73,146,101); }

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

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

 span { border-color: rgb(73,146,101); }

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