#45916A

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

Shades of Eucalyptus #45916A

Tints of Eucalyptus #45916A

Color information

#45916A (or 0x45916A) is unknown color: approx Eucalyptus. HEX triplet: 45, 91 and 6A. RGB value is (69,145,106). Sum of RGB (Red+Green+Blue) = 69+145+106=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 106 (41.80% from 255 or 33.12% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #45916A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45916A is #BA6E95. Grayscale: #757575. Windows color (decimal): -12218006 or 6984005. OLE color: 6984005.

HSL color Cylindrical-coordinate representation of color #45916A: hue angle of 149.21º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45916A is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB69145106-
CMYK0.5200.270.43
HSL149.21º35.51%41.96%-
HSV(B)149.21º52.41%56.86%-
XYZ15.1822.5617.19-
YUV117.83121.3293.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 106 (41.80% from 255) = 33.12%
R=21.56%
G=45.31%
B=33.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691451060.5200.270.43149.2135.5141.96
Hex45916A3401B2B95242a
Octal10522115264033532254452
Binary100010110010001110101011010001101110101110010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45916A; }

 p { color: rgb(69,145,106); }

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

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

 a { background-color: rgb(69,145,106); }

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

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

 span { border-color: rgb(69,145,106); }

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