#3B9C68

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

Shades of Eucalyptus #3B9C68

Tints of Eucalyptus #3B9C68

Color information

#3B9C68 (or 0x3B9C68) is unknown color: approx Eucalyptus. HEX triplet: 3B, 9C and 68. RGB value is (59,156,104). Sum of RGB (Red+Green+Blue) = 59+156+104=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 156 (61.33% from 255 or 48.90% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9C68 is #C46397. Grayscale: #797979. Windows color (decimal): -12870552 or 6855739. OLE color: 6855739.

HSL color Cylindrical-coordinate representation of color #3B9C68: hue angle of 147.84º 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 #3B9C68 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB59156104-
CMYK0.6200.330.39
HSL147.84º45.12%42.16%-
HSV(B)147.84º62.18%61.18%-
XYZ16.1925.7117.21-
YUV121.07118.3683.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.50%
GREEN value IS 156 (61.33% from 255) = 48.90%
BLUE value IS 104 (41.02% from 255) = 32.60%
R=18.50%
G=48.90%
B=32.60%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591561040.6200.330.39147.8445.1242.16
Hex3B9C683E02127942d2a
Octal7323415076041472245552
Binary111011100111001101000111110010000110011110010100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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