#3E9461

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

Shades of Eucalyptus #3E9461

Tints of Eucalyptus #3E9461

Color information

#3E9461 (or 0x3E9461) is unknown color: approx Eucalyptus. HEX triplet: 3E, 94 and 61. RGB value is (62,148,97). Sum of RGB (Red+Green+Blue) = 62+148+97=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 148 (58.20% from 255 or 48.21% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 148 - color contains mainly: green. Hex color #3E9461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9461 is #C16B9E. Grayscale: #747474. Windows color (decimal): -12675999 or 6394942. OLE color: 6394942.

HSL color Cylindrical-coordinate representation of color #3E9461: hue angle of 144.42º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E9461 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB6214897-
CMYK0.5800.340.42
HSL144.42º40.95%41.18%-
HSV(B)144.42º58.11%58.04%-
XYZ14.7323.0714.99-
YUV116.47117.0189.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.20%
GREEN value IS 148 (58.20% from 255) = 48.21%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=20.20%
G=48.21%
B=31.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal62148970.5800.340.42144.4240.9541.18
Hex3E94613A0222A902929
Octal7622414172042522205151
Binary111110100101001100001111010010001010101010010000101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,148,97); }

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

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

 a { background-color: rgb(62,148,97); }

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

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

 span { border-color: rgb(62,148,97); }

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