#3A9F70

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

Shades of Eucalyptus #3A9F70

Tints of Eucalyptus #3A9F70

Color information

#3A9F70 (or 0x3A9F70) is unknown color: approx Eucalyptus. HEX triplet: 3A, 9F and 70. RGB value is (58,159,112). Sum of RGB (Red+Green+Blue) = 58+159+112=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9F70 is #C5608F. Grayscale: #7B7B7B. Windows color (decimal): -12935312 or 7380794. OLE color: 7380794.

HSL color Cylindrical-coordinate representation of color #3A9F70: hue angle of 152.08º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A9F70 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB58159112-
CMYK0.6400.300.38
HSL152.08º46.54%42.55%-
HSV(B)152.08º63.52%62.35%-
XYZ17.0726.8719.62-
YUV123.44121.5481.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.63%
GREEN value IS 159 (62.5% from 255) = 48.33%
BLUE value IS 112 (44.14% from 255) = 34.04%
R=17.63%
G=48.33%
B=34.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581591120.6400.300.38152.0846.5442.55
Hex3A9F704001E26982f2b
Octal72237160100036462305753
Binary111010100111111110000100000001111010011010011000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,159,112); }

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

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

 a { background-color: rgb(58,159,112); }

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

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

 span { border-color: rgb(58,159,112); }

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