Shades of Eucalyptus #3B9B68
Tints of Eucalyptus #3B9B68
RGB
CMYK
RGB Variations
Color information
#3B9B68 (or 0x3B9B68) is known color: Eucalyptus. HEX triplet: 3B, 9B and 68. RGB value is (59,155,104). Sum of RGB (Red+Green+Blue) = 59+155+104=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 155 (60.94% from 255 or 48.74% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9B68 is #C46497. Grayscale: #787878. Windows color (decimal): -12870808 or 6855483. OLE color: 6855483.
HSL color Cylindrical-coordinate representation of color #3B9B68: hue angle of 148.12º 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 #3B9B68 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 104 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.39 |
| HSL | 148.13º | 0.45% | 0.42% | - |
| HSV(B) | 148.13º | 0.62% | 0.61% | - |
| XYZ | 16.02 | 25.37 | 17.15 | - |
| YUV | 120.48 | 118.7 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 104 | 0.62 | 0 | 0.33 | 0.39 | 148.13 | 0.45 | 0.42 |
| Hex | 3B | 9B | 68 | 3E | 0 | 21 | 27 | 94 | 2D | 2A |
| Octal | 73 | 233 | 150 | 76 | 0 | 41 | 47 | 224 | 55 | 52 |
| Binary | 111011 | 10011011 | 1101000 | 111110 | 0 | 100001 | 100111 | 10010100 | 101101 | 101010 |
Color Harmonies of #3B9B68
Complementary color
Monochromatic Colors of #3B9B68
Black with #3B9B68
Text Example
Text Example
White with #3B9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B68; }
p { color: rgb(59,155,104); }
H1.HeaderClassName
{
color: #3B9B68;
}
.AnyTagClassName
{
color: #3B9B68;
}
</style>
background-color css
<style>
a { background-color: #3B9B68; }
a { background-color: rgb(59,155,104); }
div.DivClassName
{
background-color: #3B9B68;
}
.BgClassName
{
background-color: #3B9B68;
}
</style>
border-color css
<style>
span { border-color: #3B9B68; }
span { border-color: rgb(59,155,104); }
td.TdClassName
{
border-color: #3B9B68;
}
.TagClassName
{
border-color: #3B9B68;
}
</style>