#3A9B6F

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

Shades of Eucalyptus #3A9B6F

Tints of Eucalyptus #3A9B6F

Color information

#3A9B6F (or 0x3A9B6F) is unknown color: approx Eucalyptus. HEX triplet: 3A, 9B and 6F. RGB value is (58,155,111). Sum of RGB (Red+Green+Blue) = 58+155+111=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 111 (43.75% from 255 or 34.26% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B6F is #C56490. Grayscale: #797979. Windows color (decimal): -12936337 or 7314234. OLE color: 7314234.

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

Color convert

RGB58155111-
CMYK0.6300.280.39
HSL152.78º45.54%41.76%-
HSV(B)152.78º62.58%60.78%-
XYZ16.3425.4919.1-
YUV120.98122.3683.08-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.90%
GREEN value IS 155 (60.94% from 255) = 47.84%
BLUE value IS 111 (43.75% from 255) = 34.26%
R=17.90%
G=47.84%
B=34.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581551110.6300.280.39152.7845.5441.76
Hex3A9B6F3F01C27992e2a
Octal7223315777034472315652
Binary11101010011011110111111111101110010011110011001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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