#45966A

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

Shades of Eucalyptus #45966A

Tints of Eucalyptus #45966A

Color information

#45966A (or 0x45966A) is unknown color: approx Eucalyptus. HEX triplet: 45, 96 and 6A. RGB value is (69,150,106). Sum of RGB (Red+Green+Blue) = 69+150+106=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #45966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45966A is #BA6995. Grayscale: #787878. Windows color (decimal): -12216726 or 6985285. OLE color: 6985285.

HSL color Cylindrical-coordinate representation of color #45966A: hue angle of 147.41º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45966A is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB69150106-
CMYK0.5400.290.41
HSL147.41º36.99%42.94%-
HSV(B)147.41º54%58.82%-
XYZ15.9624.1217.45-
YUV120.76119.6691.08-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 106 (41.80% from 255) = 32.62%
R=21.23%
G=46.15%
B=32.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691501060.5400.290.41147.4136.9942.94
Hex45966A3601D2993252b
Octal10522615266035512234553
Binary100010110010110110101011011001110110100110010011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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