#3B9C5F

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

Shades of Eucalyptus #3B9C5F

Tints of Eucalyptus #3B9C5F

Color information

#3B9C5F (or 0x3B9C5F) is unknown color: approx Eucalyptus. HEX triplet: 3B, 9C and 5F. RGB value is (59,156,95). Sum of RGB (Red+Green+Blue) = 59+156+95=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9C5F is #C463A0. Grayscale: #787878. Windows color (decimal): -12870561 or 6265915. OLE color: 6265915.

HSL color Cylindrical-coordinate representation of color #3B9C5F: hue angle of 142.27º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9C5F is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB5915695-
CMYK0.6200.390.39
HSL142.27º45.12%42.16%-
HSV(B)142.27º62.18%61.18%-
XYZ15.7625.5314.92-
YUV120.04113.8684.46-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.03%
GREEN value IS 156 (61.33% from 255) = 50.32%
BLUE value IS 95 (37.5% from 255) = 30.65%
R=19.03%
G=50.32%
B=30.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal59156950.6200.390.39142.2745.1242.16
Hex3B9C5F3E027278e2d2a
Octal7323413776047472165552
Binary111011100111001011111111110010011110011110001110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,156,95); }

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

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

 a { background-color: rgb(59,156,95); }

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

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

 span { border-color: rgb(59,156,95); }

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