#499465

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

Shades of Chateau Green #499465

Tints of Chateau Green #499465

Color information

#499465 (or 0x499465) is unknown color: approx Chateau Green. HEX triplet: 49, 94 and 65. RGB value is (73,148,101). Sum of RGB (Red+Green+Blue) = 73+148+101=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #499465 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499465 is #B66B9A. Grayscale: #787878. Windows color (decimal): -11955099 or 6657097. OLE color: 6657097.

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

Color convert

RGB73148101-
CMYK0.5100.320.42
HSL142.4º33.94%43.33%-
HSV(B)142.4º50.68%58.04%-
XYZ15.6923.5416.03-
YUV120.22117.1594.32-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.67%
GREEN value IS 148 (58.20% from 255) = 45.96%
BLUE value IS 101 (39.84% from 255) = 31.37%
R=22.67%
G=45.96%
B=31.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731481010.5100.320.42142.433.9443.33
Hex499465330202A8e222b
Octal11122414563040522164253
Binary1001001100101001100101110011010000010101010001110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499465; }

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

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

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

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

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

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

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

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