#3A9460

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

Shades of Eucalyptus #3A9460

Tints of Eucalyptus #3A9460

Color information

#3A9460 (or 0x3A9460) is unknown color: approx Eucalyptus. HEX triplet: 3A, 94 and 60. RGB value is (58,148,96). Sum of RGB (Red+Green+Blue) = 58+148+96=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 148 (58.20% from 255 or 49.01% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9460 is #C56B9F. Grayscale: #737373. Windows color (decimal): -12938144 or 6329402. OLE color: 6329402.

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

Color convert

RGB5814896-
CMYK0.6100.350.42
HSL145.33º43.69%40.39%-
HSV(B)145.33º60.81%58.04%-
XYZ14.4522.9214.73-
YUV115.16117.1887.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.21%
GREEN value IS 148 (58.20% from 255) = 49.01%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=19.21%
G=49.01%
B=31.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58148960.6100.350.42145.3343.6940.39
Hex3A94603D0232A912c28
Octal7222414075043522215450
Binary111010100101001100000111101010001110101010010001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,148,96); }

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

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

 a { background-color: rgb(58,148,96); }

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

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

 span { border-color: rgb(58,148,96); }

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