#3A9366

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

Shades of Eucalyptus #3A9366

Tints of Eucalyptus #3A9366

Color information

#3A9366 (or 0x3A9366) is unknown color: approx Eucalyptus. HEX triplet: 3A, 93 and 66. RGB value is (58,147,102). Sum of RGB (Red+Green+Blue) = 58+147+102=307 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.89% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #3A9366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9366 is #C56C99. Grayscale: #737373. Windows color (decimal): -12938394 or 6722362. OLE color: 6722362.

HSL color Cylindrical-coordinate representation of color #3A9366: hue angle of 149.66º 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 #3A9366 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB58147102-
CMYK0.6100.310.42
HSL149.66º43.41%40.2%-
HSV(B)149.66º60.54%57.65%-
XYZ14.5822.7316.19-
YUV115.26120.5187.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.89%
GREEN value IS 147 (57.81% from 255) = 47.88%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=18.89%
G=47.88%
B=33.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581471020.6100.310.42149.6643.4140.2
Hex3A93663D01F2A962b28
Octal7222314675037522265350
Binary11101010010011110011011110101111110101010010110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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