#289460

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

Shades of Eucalyptus #289460

Tints of Eucalyptus #289460

Color information

#289460 (or 0x289460) is unknown color: approx Eucalyptus. HEX triplet: 28, 94 and 60. RGB value is (40,148,96). Sum of RGB (Red+Green+Blue) = 40+148+96=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #289460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #289460 is #D76B9F. Grayscale: #6D6D6D. Windows color (decimal): -14117792 or 6329384. OLE color: 6329384.

HSL color Cylindrical-coordinate representation of color #289460: hue angle of 151.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289460 is Cyan = 0.73, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB4014896-
CMYK0.7300.350.42
HSL151.11º57.45%36.86%-
HSV(B)151.11º72.97%58.04%-
XYZ13.5822.4814.69-
YUV109.78120.2278.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.08%
GREEN value IS 148 (58.20% from 255) = 52.11%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=14.08%
G=52.11%
B=33.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal40148960.7300.350.42151.1157.4536.86
Hex289460490232A973925
Octal50224140111043522277145
Binary1010001001010011000001001001010001110101010010111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289460; }

 p { color: rgb(40,148,96); }

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

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

 a { background-color: rgb(40,148,96); }

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

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

 span { border-color: rgb(40,148,96); }

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