#3a9c6c

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

Shades of Eucalyptus #3A9C6C

Tints of Eucalyptus #3A9C6C

Color information

#3A9C6C (or 0x3A9C6C) is unknown color: approx Eucalyptus. HEX triplet: 3A, 9C and 6C. RGB value is (58,156,108). Sum of RGB (Red+Green+Blue) = 58+156+108=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 156 (61.33% from 255 or 48.45% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 156 - color contains mainly: green. Hex color #3A9C6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9C6C is #C56393. Grayscale: #797979. Windows color (decimal): -12936084 or 7117882. OLE color: 7117882.

HSL color Cylindrical-coordinate representation of color #3A9C6C: hue angle of 150.61º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9C6C is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB58156108-
CMYK0.6300.310.39
HSL150.61º45.79%41.96%-
HSV(B)150.61º62.82%61.18%-
XYZ16.3425.7618.3-
YUV121.23120.5382.9-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.01%
GREEN value IS 156 (61.33% from 255) = 48.45%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=18.01%
G=48.45%
B=33.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581561080.6300.310.39150.6145.7941.96
Hex3A9C6C3F01F27972e2a
Octal7223415477037472275652
Binary11101010011100110110011111101111110011110010111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a9c6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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