#3A9669

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

Shades of Eucalyptus #3A9669

Tints of Eucalyptus #3A9669

Color information

#3A9669 (or 0x3A9669) is unknown color: approx Eucalyptus. HEX triplet: 3A, 96 and 69. RGB value is (58,150,105). Sum of RGB (Red+Green+Blue) = 58+150+105=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #3A9669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9669 is #C56996. Grayscale: #757575. Windows color (decimal): -12937623 or 6919738. OLE color: 6919738.

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

Color convert

RGB58150105-
CMYK0.6100.300.41
HSL150.65º44.23%40.78%-
HSV(B)150.65º61.33%58.82%-
XYZ15.223.7317.14-
YUV117.36121.0285.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.53%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 105 (41.41% from 255) = 33.55%
R=18.53%
G=47.92%
B=33.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal581501050.6100.300.41150.6544.2340.78
Hex3A96693D01E29972c29
Octal7222615175036512275451
Binary11101010010110110100111110101111010100110010111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,150,105); }

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

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

 a { background-color: rgb(58,150,105); }

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

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

 span { border-color: rgb(58,150,105); }

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