#3A9D6F

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

Shades of Eucalyptus #3A9D6F

Tints of Eucalyptus #3A9D6F

Color information

#3A9D6F (or 0x3A9D6F) is unknown color: approx Eucalyptus. HEX triplet: 3A, 9D and 6F. RGB value is (58,157,111). Sum of RGB (Red+Green+Blue) = 58+157+111=326 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.79% from 326); Green value is 157 (61.72% from 255 or 48.16% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 157 - color contains mainly: green. Hex color #3A9D6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9D6F is #C56290. Grayscale: #7A7A7A. Windows color (decimal): -12935825 or 7314746. OLE color: 7314746.

HSL color Cylindrical-coordinate representation of color #3A9D6F: hue angle of 152.12º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9D6F is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB58157111-
CMYK0.6300.290.38
HSL152.12º46.05%42.16%-
HSV(B)152.12º63.06%61.57%-
XYZ16.6726.1619.21-
YUV122.15121.782.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.79%
GREEN value IS 157 (61.72% from 255) = 48.16%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=17.79%
G=48.16%
B=34.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal581571110.6300.290.38152.1246.0542.16
Hex3A9D6F3F01D26982e2a
Octal7223515777035462305652
Binary11101010011101110111111111101110110011010011000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,157,111); }

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

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

 a { background-color: rgb(58,157,111); }

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

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

 span { border-color: rgb(58,157,111); }

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