#479264

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

Shades of Chateau Green #479264

Tints of Chateau Green #479264

Color information

#479264 (or 0x479264) is unknown color: approx Chateau Green. HEX triplet: 47, 92 and 64. RGB value is (71,146,100). Sum of RGB (Red+Green+Blue) = 71+146+100=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 146 (57.42% from 255 or 46.06% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 146 - color contains mainly: green. Hex color #479264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479264 is #B86D9B. Grayscale: #767676. Windows color (decimal): -12086684 or 6591047. OLE color: 6591047.

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

Color convert

RGB71146100-
CMYK0.5100.320.43
HSL143.2º34.56%42.55%-
HSV(B)143.2º51.37%57.25%-
XYZ15.1822.8215.66-
YUV118.33117.6594.24-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 146 (57.42% from 255) = 46.06%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=22.40%
G=46.06%
B=31.55%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711461000.5100.320.43143.234.5642.55
Hex479264330202B8f232b
Octal10722214463040532174353
Binary1000111100100101100100110011010000010101110001111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479264; }

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

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

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

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

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

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

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

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