#459368

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

Shades of Eucalyptus #459368

Tints of Eucalyptus #459368

Color information

#459368 (or 0x459368) is unknown color: approx Eucalyptus. HEX triplet: 45, 93 and 68. RGB value is (69,147,104). Sum of RGB (Red+Green+Blue) = 69+147+104=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #459368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459368 is #BA6C97. Grayscale: #767676. Windows color (decimal): -12217496 or 6853445. OLE color: 6853445.

HSL color Cylindrical-coordinate representation of color #459368: hue angle of 146.92º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #459368 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB69147104-
CMYK0.5300.290.42
HSL146.92º36.11%42.35%-
HSV(B)146.92º53.06%57.65%-
XYZ15.3923.1316.75-
YUV118.78119.6692.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 104 (41.02% from 255) = 32.5%
R=21.56%
G=45.94%
B=32.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691471040.5300.290.42146.9236.1142.35
Hex4593683501D2A93242a
Octal10522315065035522234452
Binary100010110010011110100011010101110110101010010011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459368; }

 p { color: rgb(69,147,104); }

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

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

 a { background-color: rgb(69,147,104); }

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

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

 span { border-color: rgb(69,147,104); }

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