#45976A

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

Shades of Eucalyptus #45976A

Tints of Eucalyptus #45976A

Color information

#45976A (or 0x45976A) is unknown color: approx Eucalyptus. HEX triplet: 45, 97 and 6A. RGB value is (69,151,106). Sum of RGB (Red+Green+Blue) = 69+151+106=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 151 - color contains mainly: green. Hex color #45976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45976A is #BA6895. Grayscale: #797979. Windows color (decimal): -12216470 or 6985541. OLE color: 6985541.

HSL color Cylindrical-coordinate representation of color #45976A: hue angle of 147.07º 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 #45976A is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB69151106-
CMYK0.5400.300.41
HSL147.07º37.27%43.14%-
HSV(B)147.07º54.3%59.22%-
XYZ16.1224.4417.5-
YUV121.35119.3390.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.17%
GREEN value IS 151 (59.38% from 255) = 46.32%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=21.17%
G=46.32%
B=32.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal691511060.5400.300.41147.0737.2743.14
Hex45976A3601E2993252b
Octal10522715266036512234553
Binary100010110010111110101011011001111010100110010011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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