#45946A

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

Shades of Eucalyptus #45946A

Tints of Eucalyptus #45946A

Color information

#45946A (or 0x45946A) is unknown color: approx Eucalyptus. HEX triplet: 45, 94 and 6A. RGB value is (69,148,106). Sum of RGB (Red+Green+Blue) = 69+148+106=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 148 - color contains mainly: green. Hex color #45946A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45946A is #BA6B95. Grayscale: #777777. Windows color (decimal): -12217238 or 6984773. OLE color: 6984773.

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

Color convert

RGB69148106-
CMYK0.5300.280.42
HSL148.1º36.41%42.55%-
HSV(B)148.1º53.38%58.04%-
XYZ15.6523.4917.34-
YUV119.59120.3391.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 148 (58.20% from 255) = 45.82%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=21.36%
G=45.82%
B=32.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691481060.5300.280.42148.136.4142.55
Hex45946A3501C2A94242b
Octal10522415265034522244453
Binary100010110010100110101011010101110010101010010100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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