#47946A

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

Shades of Eucalyptus #47946A

Tints of Eucalyptus #47946A

Color information

#47946A (or 0x47946A) is unknown color: approx Eucalyptus. HEX triplet: 47, 94 and 6A. RGB value is (71,148,106). Sum of RGB (Red+Green+Blue) = 71+148+106=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #47946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47946A is #B86B95. Grayscale: #787878. Windows color (decimal): -12086166 or 6984775. OLE color: 6984775.

HSL color Cylindrical-coordinate representation of color #47946A: hue angle of 147.27º 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 #47946A is Cyan = 0.52, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB71148106-
CMYK0.5200.280.42
HSL147.27º35.16%42.94%-
HSV(B)147.27º52.03%58.04%-
XYZ15.7923.5617.35-
YUV120.19119.9992.92-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=21.85%
G=45.54%
B=32.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711481060.5200.280.42147.2735.1642.94
Hex47946A3401C2A93232b
Octal10722415264034522234353
Binary100011110010100110101011010001110010101010010011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47946A; }

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

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

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

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

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

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

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

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