#469064

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

Shades of Eucalyptus #469064

Tints of Eucalyptus #469064

Color information

#469064 (or 0x469064) is unknown color: approx Eucalyptus. HEX triplet: 46, 90 and 64. RGB value is (70,144,100). Sum of RGB (Red+Green+Blue) = 70+144+100=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #469064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469064 is #B96F9B. Grayscale: #747474. Windows color (decimal): -12152732 or 6590534. OLE color: 6590534.

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

Color convert

RGB70144100-
CMYK0.5100.310.44
HSL144.32º34.58%41.96%-
HSV(B)144.32º51.39%56.47%-
XYZ14.822.1715.56-
YUV116.86118.4894.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 144 (56.64% from 255) = 45.86%
BLUE value IS 100 (39.45% from 255) = 31.85%
R=22.29%
G=45.86%
B=31.85%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701441000.5100.310.44144.3234.5841.96
Hex4690643301F2C90232a
Octal10622014463037542204352
Binary100011010010000110010011001101111110110010010000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469064; }

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

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

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

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

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

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

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

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