#3A956A

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

Shades of Eucalyptus #3A956A

Tints of Eucalyptus #3A956A

Color information

#3A956A (or 0x3A956A) is unknown color: approx Eucalyptus. HEX triplet: 3A, 95 and 6A. RGB value is (58,149,106). Sum of RGB (Red+Green+Blue) = 58+149+106=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #3A956A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A956A is #C56A95. Grayscale: #747474. Windows color (decimal): -12937878 or 6985018. OLE color: 6985018.

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

Color convert

RGB58149106-
CMYK0.6100.290.42
HSL151.65º43.96%40.59%-
HSV(B)151.65º61.07%58.43%-
XYZ15.0923.4417.36-
YUV116.89121.8586-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 149 (58.59% from 255) = 47.60%
BLUE value IS 106 (41.80% from 255) = 33.87%
R=18.53%
G=47.60%
B=33.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581491060.6100.290.42151.6543.9640.59
Hex3A956A3D01D2A982c29
Octal7222515275035522305451
Binary11101010010101110101011110101110110101010011000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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