#3E9066

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

Shades of Eucalyptus #3E9066

Tints of Eucalyptus #3E9066

Color information

#3E9066 (or 0x3E9066) is unknown color: approx Eucalyptus. HEX triplet: 3E, 90 and 66. RGB value is (62,144,102). Sum of RGB (Red+Green+Blue) = 62+144+102=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #3E9066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9066 is #C16F99. Grayscale: #727272. Windows color (decimal): -12677018 or 6721598. OLE color: 6721598.

HSL color Cylindrical-coordinate representation of color #3E9066: hue angle of 149.27º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E9066 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB62144102-
CMYK0.5700.290.44
HSL149.27º39.81%40.39%-
HSV(B)149.27º56.94%56.47%-
XYZ14.3621.9316.05-
YUV114.69120.8390.42-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.13%
GREEN value IS 144 (56.64% from 255) = 46.75%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=20.13%
G=46.75%
B=33.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal621441020.5700.290.44149.2739.8140.39
Hex3E90663901D2C952828
Octal7622014671035542255050
Binary11111010010000110011011100101110110110010010101101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E9066; }

 p { color: rgb(62,144,102); }

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

<style>
 a { background-color: #3E9066; }

 a { background-color: rgb(62,144,102); }

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

<style>
 span { border-color: #3E9066; }

 span { border-color: rgb(62,144,102); }

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