#3B8D60

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

Shades of Eucalyptus #3B8D60

Tints of Eucalyptus #3B8D60

Color information

#3B8D60 (or 0x3B8D60) is unknown color: approx Eucalyptus. HEX triplet: 3B, 8D and 60. RGB value is (59,141,96). Sum of RGB (Red+Green+Blue) = 59+141+96=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 141 (55.47% from 255 or 47.64% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 141 - color contains mainly: green. Hex color #3B8D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8D60 is #C4729F. Grayscale: #6F6F6F. Windows color (decimal): -12874400 or 6327611. OLE color: 6327611.

HSL color Cylindrical-coordinate representation of color #3B8D60: hue angle of 147.07º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8D60 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB5914196-
CMYK0.5800.320.45
HSL147.07º41%39.22%-
HSV(B)147.07º58.16%55.29%-
XYZ13.4420.8214.38-
YUV111.35119.3390.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.93%
GREEN value IS 141 (55.47% from 255) = 47.64%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=19.93%
G=47.64%
B=32.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59141960.5800.320.45147.074139.22
Hex3B8D603A0202D932927
Octal7321514072040552235147
Binary111011100011011100000111010010000010110110010011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,141,96); }

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

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

 a { background-color: rgb(59,141,96); }

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

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

 span { border-color: rgb(59,141,96); }

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