#3A8963

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

Shades of Eucalyptus #3A8963

Tints of Eucalyptus #3A8963

Color information

#3A8963 (or 0x3A8963) is unknown color: approx Eucalyptus. HEX triplet: 3A, 89 and 63. RGB value is (58,137,99). Sum of RGB (Red+Green+Blue) = 58+137+99=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #3A8963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8963 is #C5769C. Grayscale: #6D6D6D. Windows color (decimal): -12940957 or 6523194. OLE color: 6523194.

HSL color Cylindrical-coordinate representation of color #3A8963: hue angle of 151.14º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8963 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB5813799-
CMYK0.5800.280.46
HSL151.14º40.51%38.24%-
HSV(B)151.14º57.66%53.73%-
XYZ12.9419.6914.92-
YUV109.05122.3391.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.73%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=19.73%
G=46.60%
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.46
SystemRedGreenBlueCMYKHSL
Decimal58137990.5800.280.46151.1440.5138.24
Hex3A89633A01C2E972926
Octal7221114372034562275146
Binary11101010001001110001111101001110010111010010111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,137,99); }

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

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

 a { background-color: rgb(58,137,99); }

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

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

 span { border-color: rgb(58,137,99); }

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