Shades of Eucalyptus #3B9F64
Tints of Eucalyptus #3B9F64
RGB
CMYK
RGB Variations
Color information
#3B9F64 (or 0x3B9F64) is known color: Eucalyptus. HEX triplet: 3B, 9F and 64. RGB value is (59,159,100). Sum of RGB (Red+Green+Blue) = 59+159+100=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 159 (62.5% from 255 or 50% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 159 - color contains mainly: green. Hex color #3B9F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9F64 is #C4609B. Grayscale: #7A7A7A. Windows color (decimal): -12869788 or 6594363. OLE color: 6594363.
HSL color Cylindrical-coordinate representation of color #3B9F64: hue angle of 144.6º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9F64 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 159 | 100 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.38 |
| HSL | 144.6º | 0.46% | 0.43% | - |
| HSV(B) | 144.6º | 0.63% | 0.62% | - |
| XYZ | 16.5 | 26.65 | 16.33 | - |
| YUV | 122.37 | 115.37 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 159 | 100 | 0.63 | 0 | 0.37 | 0.38 | 144.6 | 0.46 | 0.43 |
| Hex | 3B | 9F | 64 | 3F | 0 | 25 | 26 | 91 | 2E | 2B |
| Octal | 73 | 237 | 144 | 77 | 0 | 45 | 46 | 221 | 56 | 53 |
| Binary | 111011 | 10011111 | 1100100 | 111111 | 0 | 100101 | 100110 | 10010001 | 101110 | 101011 |
Color Harmonies of #3B9F64
Complementary color
Monochromatic Colors of #3B9F64
Black with #3B9F64
Text Example
Text Example
White with #3B9F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9F64; }
p { color: rgb(59,159,100); }
H1.HeaderClassName
{
color: #3B9F64;
}
.AnyTagClassName
{
color: #3B9F64;
}
</style>
background-color css
<style>
a { background-color: #3B9F64; }
a { background-color: rgb(59,159,100); }
div.DivClassName
{
background-color: #3B9F64;
}
.BgClassName
{
background-color: #3B9F64;
}
</style>
border-color css
<style>
span { border-color: #3B9F64; }
span { border-color: rgb(59,159,100); }
td.TdClassName
{
border-color: #3B9F64;
}
.TagClassName
{
border-color: #3B9F64;
}
</style>