#479464

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

Shades of Chateau Green #479464

Tints of Chateau Green #479464

Color information

#479464 (or 0x479464) is unknown color: approx Chateau Green. HEX triplet: 47, 94 and 64. RGB value is (71,148,100). Sum of RGB (Red+Green+Blue) = 71+148+100=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #479464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479464 is #B86B9B. Grayscale: #777777. Windows color (decimal): -12086172 or 6591559. OLE color: 6591559.

HSL color Cylindrical-coordinate representation of color #479464: hue angle of 142.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #479464 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB71148100-
CMYK0.5200.320.42
HSL142.6º35.16%42.94%-
HSV(B)142.6º52.03%58.04%-
XYZ15.4923.4415.76-
YUV119.5116.9993.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 148 (58.20% from 255) = 46.39%
BLUE value IS 100 (39.45% from 255) = 31.35%
R=22.26%
G=46.39%
B=31.35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711481000.5200.320.42142.635.1642.94
Hex479464340202A8f232b
Octal10722414464040522174353
Binary1000111100101001100100110100010000010101010001111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479464; }

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

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

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

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

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

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

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

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