#3A9359

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

Shades of Eucalyptus #3A9359

Tints of Eucalyptus #3A9359

Color information

#3A9359 (or 0x3A9359) is unknown color: approx Eucalyptus. HEX triplet: 3A, 93 and 59. RGB value is (58,147,89). Sum of RGB (Red+Green+Blue) = 58+147+89=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 147 (57.81% from 255 or 50% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 147 - color contains mainly: green. Hex color #3A9359 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9359 is #C56CA6. Grayscale: #717171. Windows color (decimal): -12938407 or 5870394. OLE color: 5870394.

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

Color convert

RGB5814789-
CMYK0.6100.390.42
HSL140.9º43.41%40.2%-
HSV(B)140.9º60.54%57.65%-
XYZ13.9822.4913.05-
YUV113.78114.0188.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.73%
GREEN value IS 147 (57.81% from 255) = 50%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=19.73%
G=50%
B=30.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal58147890.6100.390.42140.943.4140.2
Hex3A93593D0272A8d2b28
Octal7222313175047522155350
Binary111010100100111011001111101010011110101010001101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,147,89); }

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

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

 a { background-color: rgb(58,147,89); }

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

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

 span { border-color: rgb(58,147,89); }

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