#3A9B60

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

Shades of Eucalyptus #3A9B60

Tints of Eucalyptus #3A9B60

Color information

#3A9B60 (or 0x3A9B60) is unknown color: approx Eucalyptus. HEX triplet: 3A, 9B and 60. RGB value is (58,155,96). Sum of RGB (Red+Green+Blue) = 58+155+96=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B60 is #C5649F. Grayscale: #777777. Windows color (decimal): -12936352 or 6331194. OLE color: 6331194.

HSL color Cylindrical-coordinate representation of color #3A9B60: hue angle of 143.51º 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 #3A9B60 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB5815596-
CMYK0.6300.380.39
HSL143.51º45.54%41.76%-
HSV(B)143.51º62.58%60.78%-
XYZ15.5825.1915.11-
YUV119.27114.8684.3-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.77%
GREEN value IS 155 (60.94% from 255) = 50.16%
BLUE value IS 96 (37.89% from 255) = 31.07%
R=18.77%
G=50.16%
B=31.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58155960.6300.380.39143.5145.5441.76
Hex3A9B603F02627902e2a
Octal7223314077046472205652
Binary111010100110111100000111111010011010011110010000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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