#459065

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

Shades of Eucalyptus #459065

Tints of Eucalyptus #459065

Color information

#459065 (or 0x459065) is unknown color: approx Eucalyptus. HEX triplet: 45, 90 and 65. RGB value is (69,144,101). Sum of RGB (Red+Green+Blue) = 69+144+101=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #459065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459065 is #BA6F9A. Grayscale: #747474. Windows color (decimal): -12218267 or 6656069. OLE color: 6656069.

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

Color convert

RGB69144101-
CMYK0.5200.300.44
HSL145.6º35.21%41.76%-
HSV(B)145.6º52.08%56.47%-
XYZ14.7822.1515.81-
YUV116.67119.1594-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.97%
GREEN value IS 144 (56.64% from 255) = 45.86%
BLUE value IS 101 (39.84% from 255) = 32.17%
R=21.97%
G=45.86%
B=32.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691441010.5200.300.44145.635.2141.76
Hex4590653401E2C92232a
Octal10522014564036542224352
Binary100010110010000110010111010001111010110010010010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459065; }

 p { color: rgb(69,144,101); }

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

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

 a { background-color: rgb(69,144,101); }

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

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

 span { border-color: rgb(69,144,101); }

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