#479165

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

Shades of Eucalyptus #479165

Tints of Eucalyptus #479165

Color information

#479165 (or 0x479165) is unknown color: approx Eucalyptus. HEX triplet: 47, 91 and 65. RGB value is (71,145,101). Sum of RGB (Red+Green+Blue) = 71+145+101=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 145 - color contains mainly: green. Hex color #479165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479165 is #B86E9A. Grayscale: #757575. Windows color (decimal): -12086939 or 6656327. OLE color: 6656327.

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

Color convert

RGB71145101-
CMYK0.5100.300.43
HSL144.32º34.26%42.35%-
HSV(B)144.32º51.03%56.86%-
XYZ15.0722.5315.87-
YUV117.86118.4894.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 145 (57.03% from 255) = 45.74%
BLUE value IS 101 (39.84% from 255) = 31.86%
R=22.40%
G=45.74%
B=31.86%

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
Decimal711451010.5100.300.43144.3234.2642.35
Hex4791653301E2B90222a
Octal10722114563036532204252
Binary100011110010001110010111001101111010101110010000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479165; }

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

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

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

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

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

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

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

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