#3A956D

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

Shades of Eucalyptus #3A956D

Tints of Eucalyptus #3A956D

Color information

#3A956D (or 0x3A956D) is unknown color: approx Eucalyptus. HEX triplet: 3A, 95 and 6D. RGB value is (58,149,109). Sum of RGB (Red+Green+Blue) = 58+149+109=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #3A956D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A956D is #C56A92. Grayscale: #757575. Windows color (decimal): -12937875 or 7181626. OLE color: 7181626.

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

Color convert

RGB58149109-
CMYK0.6100.270.42
HSL153.63º43.96%40.59%-
HSV(B)153.63º61.07%58.43%-
XYZ15.2523.518.2-
YUV117.23123.3585.75-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.35%
GREEN value IS 149 (58.59% from 255) = 47.15%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=18.35%
G=47.15%
B=34.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581491090.6100.270.42153.6343.9640.59
Hex3A956D3D01B2A9a2c29
Octal7222515575033522325451
Binary11101010010101110110111110101101110101010011010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A956D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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