#469066

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

Shades of Eucalyptus #469066

Tints of Eucalyptus #469066

Color information

#469066 (or 0x469066) is unknown color: approx Eucalyptus. HEX triplet: 46, 90 and 66. RGB value is (70,144,102). Sum of RGB (Red+Green+Blue) = 70+144+102=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #469066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469066 is #B96F99. Grayscale: #757575. Windows color (decimal): -12152730 or 6721606. OLE color: 6721606.

HSL color Cylindrical-coordinate representation of color #469066: hue angle of 145.95º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #469066 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB70144102-
CMYK0.5100.290.44
HSL145.95º34.58%41.96%-
HSV(B)145.95º51.39%56.47%-
XYZ14.922.2116.07-
YUV117.09119.4894.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 144 (56.64% from 255) = 45.57%
BLUE value IS 102 (40.23% from 255) = 32.28%
R=22.15%
G=45.57%
B=32.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701441020.5100.290.44145.9534.5841.96
Hex4690663301D2C92232a
Octal10622014663035542224352
Binary100011010010000110011011001101110110110010010010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469066; }

 p { color: rgb(70,144,102); }

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

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

 a { background-color: rgb(70,144,102); }

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

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

 span { border-color: rgb(70,144,102); }

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