#479060

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

Shades of Chateau Green #479060

Tints of Chateau Green #479060

Color information

#479060 (or 0x479060) is unknown color: approx Chateau Green. HEX triplet: 47, 90 and 60. RGB value is (71,144,96). Sum of RGB (Red+Green+Blue) = 71+144+96=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 144 (56.64% from 255 or 46.30% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 144 - color contains mainly: green. Hex color #479060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479060 is #B86F9F. Grayscale: #747474. Windows color (decimal): -12087200 or 6328391. OLE color: 6328391.

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

Color convert

RGB7114496-
CMYK0.5100.330.44
HSL140.55º33.95%42.16%-
HSV(B)140.55º50.69%56.47%-
XYZ14.6822.1314.56-
YUV116.7116.3295.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 144 (56.64% from 255) = 46.30%
BLUE value IS 96 (37.89% from 255) = 30.87%
R=22.83%
G=46.30%
B=30.87%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71144960.5100.330.44140.5533.9542.16
Hex479060330212C8d222a
Octal10722014063041542154252
Binary1000111100100001100000110011010000110110010001101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479060; }

 p { color: rgb(71,144,96); }

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

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

 a { background-color: rgb(71,144,96); }

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

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

 span { border-color: rgb(71,144,96); }

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