#459466

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

Shades of Eucalyptus #459466

Tints of Eucalyptus #459466

Color information

#459466 (or 0x459466) is unknown color: approx Eucalyptus. HEX triplet: 45, 94 and 66. RGB value is (69,148,102). Sum of RGB (Red+Green+Blue) = 69+148+102=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 148 (58.20% from 255 or 46.39% from 319); Blue value is 102 (40.23% from 255 or 31.97% from 319); Max value from RGB is 148 - color contains mainly: green. Hex color #459466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459466 is #BA6B99. Grayscale: #777777. Windows color (decimal): -12217242 or 6722629. OLE color: 6722629.

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

Color convert

RGB69148102-
CMYK0.5300.310.42
HSL145.06º36.41%42.55%-
HSV(B)145.06º53.38%58.04%-
XYZ15.4423.416.27-
YUV119.14118.3392.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 148 (58.20% from 255) = 46.39%
BLUE value IS 102 (40.23% from 255) = 31.97%
R=21.63%
G=46.39%
B=31.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691481020.5300.310.42145.0636.4142.55
Hex4594663501F2A91242b
Octal10522414665037522214453
Binary100010110010100110011011010101111110101010010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459466; }

 p { color: rgb(69,148,102); }

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

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

 a { background-color: rgb(69,148,102); }

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

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

 span { border-color: rgb(69,148,102); }

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