#479469

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

Shades of Eucalyptus #479469

Tints of Eucalyptus #479469

Color information

#479469 (or 0x479469) is unknown color: approx Eucalyptus. HEX triplet: 47, 94 and 69. RGB value is (71,148,105). Sum of RGB (Red+Green+Blue) = 71+148+105=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 148 (58.20% from 255 or 45.68% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 148 - color contains mainly: green. Hex color #479469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479469 is #B86B96. Grayscale: #787878. Windows color (decimal): -12086167 or 6919239. OLE color: 6919239.

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

Color convert

RGB71148105-
CMYK0.5200.290.42
HSL146.49º35.16%42.94%-
HSV(B)146.49º52.03%58.04%-
XYZ15.7423.5417.08-
YUV120.07119.4993-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 148 (58.20% from 255) = 45.68%
BLUE value IS 105 (41.41% from 255) = 32.41%
R=21.91%
G=45.68%
B=32.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal711481050.5200.290.42146.4935.1642.94
Hex4794693401D2A92232b
Octal10722415164035522224353
Binary100011110010100110100111010001110110101010010010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479469; }

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

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

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

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

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

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

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

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