#3A8B64

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

Shades of Eucalyptus #3A8B64

Tints of Eucalyptus #3A8B64

Color information

#3A8B64 (or 0x3A8B64) is unknown color: approx Eucalyptus. HEX triplet: 3A, 8B and 64. RGB value is (58,139,100). Sum of RGB (Red+Green+Blue) = 58+139+100=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B64 is #C5749B. Grayscale: #6E6E6E. Windows color (decimal): -12940444 or 6589242. OLE color: 6589242.

HSL color Cylindrical-coordinate representation of color #3A8B64: hue angle of 151.11º 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 #3A8B64 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB58139100-
CMYK0.5800.280.45
HSL151.11º41.12%38.63%-
HSV(B)151.11º58.27%54.51%-
XYZ13.2820.2815.27-
YUV110.34122.1690.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 139 (54.69% from 255) = 46.80%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=19.53%
G=46.80%
B=33.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581391000.5800.280.45151.1141.1238.63
Hex3A8B643A01C2D972927
Octal7221314472034552275147
Binary11101010001011110010011101001110010110110010111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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