#3A976C

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

Shades of Eucalyptus #3A976C

Tints of Eucalyptus #3A976C

Color information

#3A976C (or 0x3A976C) is unknown color: approx Eucalyptus. HEX triplet: 3A, 97 and 6C. RGB value is (58,151,108). Sum of RGB (Red+Green+Blue) = 58+151+108=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #3A976C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A976C is #C56893. Grayscale: #767676. Windows color (decimal): -12937364 or 7116602. OLE color: 7116602.

HSL color Cylindrical-coordinate representation of color #3A976C: hue angle of 152.26º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A976C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB58151108-
CMYK0.6200.280.41
HSL152.26º44.5%40.98%-
HSV(B)152.26º61.59%59.22%-
XYZ15.5224.1218.02-
YUV118.29122.1985-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.30%
GREEN value IS 151 (59.38% from 255) = 47.63%
BLUE value IS 108 (42.58% from 255) = 34.07%
R=18.30%
G=47.63%
B=34.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal581511080.6200.280.41152.2644.540.98
Hex3A976C3E01C29982c29
Octal7222715476034512305451
Binary11101010010111110110011111001110010100110011000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,151,108); }

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

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

 a { background-color: rgb(58,151,108); }

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

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

 span { border-color: rgb(58,151,108); }

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