#45936C

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

Shades of Eucalyptus #45936C

Tints of Eucalyptus #45936C

Color information

#45936C (or 0x45936C) is unknown color: approx Eucalyptus. HEX triplet: 45, 93 and 6C. RGB value is (69,147,108). Sum of RGB (Red+Green+Blue) = 69+147+108=324 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.30% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #45936C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45936C is #BA6C93. Grayscale: #777777. Windows color (decimal): -12217492 or 7115589. OLE color: 7115589.

HSL color Cylindrical-coordinate representation of color #45936C: hue angle of 150º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45936C is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB69147108-
CMYK0.5300.270.42
HSL150º36.11%42.35%-
HSV(B)150º53.06%57.65%-
XYZ15.5923.2217.85-
YUV119.23121.6692.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.30%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=21.30%
G=45.37%
B=33.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691471080.5300.270.4215036.1142.35
Hex45936C3501B2A96242a
Octal10522315465033522264452
Binary100010110010011110110011010101101110101010010110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45936C; }

 p { color: rgb(69,147,108); }

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

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

 a { background-color: rgb(69,147,108); }

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

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

 span { border-color: rgb(69,147,108); }

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