#3A9B6C

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

Shades of Eucalyptus #3A9B6C

Tints of Eucalyptus #3A9B6C

Color information

#3A9B6C (or 0x3A9B6C) is unknown color: approx Eucalyptus. HEX triplet: 3A, 9B and 6C. RGB value is (58,155,108). Sum of RGB (Red+Green+Blue) = 58+155+108=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 108 (42.58% from 255 or 33.64% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B6C is #C56493. Grayscale: #787878. Windows color (decimal): -12936340 or 7117626. OLE color: 7117626.

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

Color convert

RGB58155108-
CMYK0.6300.300.39
HSL150.93º45.54%41.76%-
HSV(B)150.93º62.58%60.78%-
XYZ16.1725.4218.24-
YUV120.64120.8683.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.07%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 108 (42.58% from 255) = 33.64%
R=18.07%
G=48.29%
B=33.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581551080.6300.300.39150.9345.5441.76
Hex3A9B6C3F01E27972e2a
Octal7223315477036472275652
Binary11101010011011110110011111101111010011110010111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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