#3B916B

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

Shades of Eucalyptus #3B916B

Tints of Eucalyptus #3B916B

Color information

#3B916B (or 0x3B916B) is unknown color: approx Eucalyptus. HEX triplet: 3B, 91 and 6B. RGB value is (59,145,107). Sum of RGB (Red+Green+Blue) = 59+145+107=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #3B916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B916B is #C46E94. Grayscale: #737373. Windows color (decimal): -12873365 or 7049531. OLE color: 7049531.

HSL color Cylindrical-coordinate representation of color #3B916B: hue angle of 153.49º 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 #3B916B is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB59145107-
CMYK0.5900.260.43
HSL153.49º42.16%40%-
HSV(B)153.49º59.31%56.86%-
XYZ14.5822.2417.43-
YUV114.95123.5188.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.97%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=18.97%
G=46.62%
B=34.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal591451070.5900.260.43153.4942.1640
Hex3B916B3B01A2B992a28
Octal7322115373032532315250
Binary11101110010001110101111101101101010101110011001101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B916B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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