#3A8B60

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

Shades of Eucalyptus #3A8B60

Tints of Eucalyptus #3A8B60

Color information

#3A8B60 (or 0x3A8B60) is unknown color: approx Eucalyptus. HEX triplet: 3A, 8B and 60. RGB value is (58,139,96). Sum of RGB (Red+Green+Blue) = 58+139+96=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 139 (54.69% from 255 or 47.44% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B60 is #C5749F. Grayscale: #6D6D6D. Windows color (decimal): -12940448 or 6327098. OLE color: 6327098.

HSL color Cylindrical-coordinate representation of color #3A8B60: hue angle of 148.15º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B60 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB5813996-
CMYK0.5800.310.45
HSL148.15º41.12%38.63%-
HSV(B)148.15º58.27%54.51%-
XYZ13.0920.2114.28-
YUV109.88120.1691-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.80%
GREEN value IS 139 (54.69% from 255) = 47.44%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=19.80%
G=47.44%
B=32.76%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58139960.5800.310.45148.1541.1238.63
Hex3A8B603A01F2D942927
Octal7221314072037552245147
Binary11101010001011110000011101001111110110110010100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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