#3EA068

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

Shades of Eucalyptus #3EA068

Tints of Eucalyptus #3EA068

Color information

#3EA068 (or 0x3EA068) is unknown color: approx Eucalyptus. HEX triplet: 3E, A0 and 68. RGB value is (62,160,104). Sum of RGB (Red+Green+Blue) = 62+160+104=326 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.02% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA068 is #C15F97. Grayscale: #7C7C7C. Windows color (decimal): -12672920 or 6856766. OLE color: 6856766.

HSL color Cylindrical-coordinate representation of color #3EA068: hue angle of 145.71º 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 #3EA068 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB62160104-
CMYK0.6100.350.37
HSL145.71º44.14%43.53%-
HSV(B)145.71º61.25%62.75%-
XYZ17.0627.1717.44-
YUV124.31116.5383.55-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.02%
GREEN value IS 160 (62.89% from 255) = 49.08%
BLUE value IS 104 (41.02% from 255) = 31.90%
R=19.02%
G=49.08%
B=31.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal621601040.6100.350.37145.7144.1443.53
Hex3EA0683D02325922c2c
Octal7624015075043452225454
Binary111110101000001101000111101010001110010110010010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EA068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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