#479265

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

Shades of Chateau Green #479265

Tints of Chateau Green #479265

Color information

#479265 (or 0x479265) is unknown color: approx Chateau Green. HEX triplet: 47, 92 and 65. RGB value is (71,146,101). Sum of RGB (Red+Green+Blue) = 71+146+101=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 146 (57.42% from 255 or 45.91% from 318); Blue value is 101 (39.84% from 255 or 31.76% from 318); Max value from RGB is 146 - color contains mainly: green. Hex color #479265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479265 is #B86D9A. Grayscale: #767676. Windows color (decimal): -12086683 or 6656583. OLE color: 6656583.

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

Color convert

RGB71146101-
CMYK0.5100.310.43
HSL144º34.56%42.55%-
HSV(B)144º51.37%57.25%-
XYZ15.2322.8415.92-
YUV118.44118.1594.16-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 146 (57.42% from 255) = 45.91%
BLUE value IS 101 (39.84% from 255) = 31.76%
R=22.33%
G=45.91%
B=31.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461010.5100.310.4314434.5642.55
Hex4792653301F2B90232b
Octal10722214563037532204353
Binary100011110010010110010111001101111110101110010000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479265; }

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

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

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

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

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

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

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

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