#479166

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

Shades of Eucalyptus #479166

Tints of Eucalyptus #479166

Color information

#479166 (or 0x479166) is unknown color: approx Eucalyptus. HEX triplet: 47, 91 and 66. RGB value is (71,145,102). Sum of RGB (Red+Green+Blue) = 71+145+102=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #479166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479166 is #B86E99. Grayscale: #767676. Windows color (decimal): -12086938 or 6721863. OLE color: 6721863.

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

Color convert

RGB71145102-
CMYK0.5100.300.43
HSL145.14º34.26%42.35%-
HSV(B)145.14º51.03%56.86%-
XYZ15.1222.5516.13-
YUV117.97118.9894.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=22.33%
G=45.60%
B=32.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711451020.5100.300.43145.1434.2642.35
Hex4791663301E2B91222a
Octal10722114663036532214252
Binary100011110010001110011011001101111010101110010001100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479166; }

 p { color: rgb(71,145,102); }

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

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

 a { background-color: rgb(71,145,102); }

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

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

 span { border-color: rgb(71,145,102); }

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