#45956B

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

Shades of Eucalyptus #45956B

Tints of Eucalyptus #45956B

Color information

#45956B (or 0x45956B) is unknown color: approx Eucalyptus. HEX triplet: 45, 95 and 6B. RGB value is (69,149,107). Sum of RGB (Red+Green+Blue) = 69+149+107=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 149 (58.59% from 255 or 45.85% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 149 - color contains mainly: green. Hex color #45956B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45956B is #BA6A94. Grayscale: #787878. Windows color (decimal): -12216981 or 7050565. OLE color: 7050565.

HSL color Cylindrical-coordinate representation of color #45956B: hue angle of 148.5º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #45956B is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB69149107-
CMYK0.5400.280.42
HSL148.5º36.7%42.75%-
HSV(B)148.5º53.69%58.43%-
XYZ15.8623.8217.67-
YUV120.29120.591.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 149 (58.59% from 255) = 45.85%
BLUE value IS 107 (42.19% from 255) = 32.92%
R=21.23%
G=45.85%
B=32.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691491070.5400.280.42148.536.742.75
Hex45956B3601C2A94252b
Octal10522515366034522244553
Binary100010110010101110101111011001110010101010010100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45956B; }

 p { color: rgb(69,149,107); }

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

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

 a { background-color: rgb(69,149,107); }

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

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

 span { border-color: rgb(69,149,107); }

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