#3A946D

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

Shades of Eucalyptus #3A946D

Tints of Eucalyptus #3A946D

Color information

#3A946D (or 0x3A946D) is unknown color: approx Eucalyptus. HEX triplet: 3A, 94 and 6D. RGB value is (58,148,109). Sum of RGB (Red+Green+Blue) = 58+148+109=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #3A946D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A946D is #C56B92. Grayscale: #747474. Windows color (decimal): -12938131 or 7181370. OLE color: 7181370.

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

Color convert

RGB58148109-
CMYK0.6100.260.42
HSL154º43.69%40.39%-
HSV(B)154º60.81%58.04%-
XYZ15.123.1818.15-
YUV116.64123.6886.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.41%
GREEN value IS 148 (58.20% from 255) = 46.98%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=18.41%
G=46.98%
B=34.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581481090.6100.260.4215443.6940.39
Hex3A946D3D01A2A9a2c28
Octal7222415575032522325450
Binary11101010010100110110111110101101010101010011010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A946D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,148,109); }

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

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

 a { background-color: rgb(58,148,109); }

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

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

 span { border-color: rgb(58,148,109); }

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