#3EA069

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

Shades of Eucalyptus #3EA069

Tints of Eucalyptus #3EA069

Color information

#3EA069 (or 0x3EA069) is unknown color: approx Eucalyptus. HEX triplet: 3E, A0 and 69. RGB value is (62,160,105). Sum of RGB (Red+Green+Blue) = 62+160+105=327 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.96% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA069 is #C15F96. Grayscale: #7C7C7C. Windows color (decimal): -12672919 or 6922302. OLE color: 6922302.

HSL color Cylindrical-coordinate representation of color #3EA069: hue angle of 146.33º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3EA069 is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB62160105-
CMYK0.6100.340.37
HSL146.33º44.14%43.53%-
HSV(B)146.33º61.25%62.75%-
XYZ17.1127.1917.71-
YUV124.43117.0383.47-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.96%
GREEN value IS 160 (62.89% from 255) = 48.93%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=18.96%
G=48.93%
B=32.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621601050.6100.340.37146.3344.1443.53
Hex3EA0693D02225922c2c
Octal7624015175042452225454
Binary111110101000001101001111101010001010010110010010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,160,105); }

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

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

 a { background-color: rgb(62,160,105); }

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

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

 span { border-color: rgb(62,160,105); }

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