#3B945E

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

Shades of Eucalyptus #3B945E

Tints of Eucalyptus #3B945E

Color information

#3B945E (or 0x3B945E) is unknown color: approx Eucalyptus. HEX triplet: 3B, 94 and 5E. RGB value is (59,148,94). Sum of RGB (Red+Green+Blue) = 59+148+94=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #3B945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B945E is #C46BA1. Grayscale: #737373. Windows color (decimal): -12872610 or 6198331. OLE color: 6198331.

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

Color convert

RGB5914894-
CMYK0.6000.360.42
HSL143.6º43%40.59%-
HSV(B)143.6º60.14%58.04%-
XYZ14.4122.9214.25-
YUV115.23116.0187.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.60%
GREEN value IS 148 (58.20% from 255) = 49.17%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=19.60%
G=49.17%
B=31.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59148940.6000.360.42143.64340.59
Hex3B945E3C0242A902b29
Octal7322413674044522205351
Binary111011100101001011110111100010010010101010010000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,148,94); }

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

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

 a { background-color: rgb(59,148,94); }

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

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

 span { border-color: rgb(59,148,94); }

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