#3A976A

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

Shades of Eucalyptus #3A976A

Tints of Eucalyptus #3A976A

Color information

#3A976A (or 0x3A976A) is unknown color: approx Eucalyptus. HEX triplet: 3A, 97 and 6A. RGB value is (58,151,106). Sum of RGB (Red+Green+Blue) = 58+151+106=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 151 (59.38% from 255 or 47.94% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 151 - color contains mainly: green. Hex color #3A976A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A976A is #C56895. Grayscale: #767676. Windows color (decimal): -12937366 or 6985530. OLE color: 6985530.

HSL color Cylindrical-coordinate representation of color #3A976A: hue angle of 150.97º 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 #3A976A is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB58151106-
CMYK0.6200.300.41
HSL150.97º44.5%40.98%-
HSV(B)150.97º61.59%59.22%-
XYZ15.4124.0717.47-
YUV118.06121.1985.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.41%
GREEN value IS 151 (59.38% from 255) = 47.94%
BLUE value IS 106 (41.80% from 255) = 33.65%
R=18.41%
G=47.94%
B=33.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal581511060.6200.300.41150.9744.540.98
Hex3A976A3E01E29972c29
Octal7222715276036512275451
Binary11101010010111110101011111001111010100110010111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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