#3A915D

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

Shades of Eucalyptus #3A915D

Tints of Eucalyptus #3A915D

Color information

#3A915D (or 0x3A915D) is unknown color: approx Eucalyptus. HEX triplet: 3A, 91 and 5D. RGB value is (58,145,93). Sum of RGB (Red+Green+Blue) = 58+145+93=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 145 (57.03% from 255 or 48.99% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 145 - color contains mainly: green. Hex color #3A915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A915D is #C56EA2. Grayscale: #717171. Windows color (decimal): -12938915 or 6132026. OLE color: 6132026.

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

Color convert

RGB5814593-
CMYK0.600.360.43
HSL144.14º42.86%39.8%-
HSV(B)144.14º60%56.86%-
XYZ13.8521.9413.86-
YUV113.06116.6888.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.59%
GREEN value IS 145 (57.03% from 255) = 48.99%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=19.59%
G=48.99%
B=31.42%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal58145930.600.360.43144.1442.8639.8
Hex3A915D3C0242B902b28
Octal7222113574044532205350
Binary111010100100011011101111100010010010101110010000101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,145,93); }

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

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

 a { background-color: rgb(58,145,93); }

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

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

 span { border-color: rgb(58,145,93); }

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