#3B9165

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

Shades of Eucalyptus #3B9165

Tints of Eucalyptus #3B9165

Color information

#3B9165 (or 0x3B9165) is unknown color: approx Eucalyptus. HEX triplet: 3B, 91 and 65. RGB value is (59,145,101). Sum of RGB (Red+Green+Blue) = 59+145+101=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 145 (57.03% from 255 or 47.54% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 145 - color contains mainly: green. Hex color #3B9165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9165 is #C46E9A. Grayscale: #727272. Windows color (decimal): -12873371 or 6656315. OLE color: 6656315.

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

Color convert

RGB59145101-
CMYK0.5900.300.43
HSL149.3º42.16%40%-
HSV(B)149.3º59.31%56.86%-
XYZ14.2822.1215.83-
YUV114.27120.5188.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.34%
GREEN value IS 145 (57.03% from 255) = 47.54%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=19.34%
G=47.54%
B=33.11%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591451010.5900.300.43149.342.1640
Hex3B91653B01E2B952a28
Octal7322114573036532255250
Binary11101110010001110010111101101111010101110010101101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,145,101); }

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

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

 a { background-color: rgb(59,145,101); }

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

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

 span { border-color: rgb(59,145,101); }

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