#3A9065

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

Shades of Eucalyptus #3A9065

Tints of Eucalyptus #3A9065

Color information

#3A9065 (or 0x3A9065) is unknown color: approx Eucalyptus. HEX triplet: 3A, 90 and 65. RGB value is (58,144,101). Sum of RGB (Red+Green+Blue) = 58+144+101=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #3A9065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9065 is #C56F9A. Grayscale: #717171. Windows color (decimal): -12939163 or 6656058. OLE color: 6656058.

HSL color Cylindrical-coordinate representation of color #3A9065: hue angle of 150º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A9065 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB58144101-
CMYK0.6000.300.44
HSL150º42.57%39.61%-
HSV(B)150º59.72%56.47%-
XYZ14.0721.7915.78-
YUV113.38121.0188.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.14%
GREEN value IS 144 (56.64% from 255) = 47.52%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=19.14%
G=47.52%
B=33.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581441010.6000.300.4415042.5739.61
Hex3A90653C01E2C962b28
Octal7222014574036542265350
Binary11101010010000110010111110001111010110010010110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,144,101); }

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

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

 a { background-color: rgb(58,144,101); }

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

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

 span { border-color: rgb(58,144,101); }

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