Shades of Eucalyptus #3B9268
Tints of Eucalyptus #3B9268
RGB
CMYK
RGB Variations
Color information
#3B9268 (or 0x3B9268) is known color: Eucalyptus. HEX triplet: 3B, 92 and 68. RGB value is (59,146,104). Sum of RGB (Red+Green+Blue) = 59+146+104=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #3B9268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9268 is #C46D97. Grayscale: #737373. Windows color (decimal): -12873112 or 6853179. OLE color: 6853179.
HSL color Cylindrical-coordinate representation of color #3B9268: hue angle of 151.03º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B9268 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 146 | 104 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.43 |
| HSL | 151.03º | 0.42% | 0.4% | - |
| HSV(B) | 151.03º | 0.6% | 0.57% | - |
| XYZ | 14.58 | 22.49 | 16.67 | - |
| YUV | 115.2 | 121.68 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 146 | 104 | 0.60 | 0 | 0.29 | 0.43 | 151.03 | 0.42 | 0.4 |
| Hex | 3B | 92 | 68 | 3C | 0 | 1D | 2B | 97 | 2A | 28 |
| Octal | 73 | 222 | 150 | 74 | 0 | 35 | 53 | 227 | 52 | 50 |
| Binary | 111011 | 10010010 | 1101000 | 111100 | 0 | 11101 | 101011 | 10010111 | 101010 | 101000 |
Color Harmonies of #3B9268
Complementary color
Monochromatic Colors of #3B9268
Black with #3B9268
Text Example
Text Example
White with #3B9268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9268; }
p { color: rgb(59,146,104); }
H1.HeaderClassName
{
color: #3B9268;
}
.AnyTagClassName
{
color: #3B9268;
}
</style>
background-color css
<style>
a { background-color: #3B9268; }
a { background-color: rgb(59,146,104); }
div.DivClassName
{
background-color: #3B9268;
}
.BgClassName
{
background-color: #3B9268;
}
</style>
border-color css
<style>
span { border-color: #3B9268; }
span { border-color: rgb(59,146,104); }
td.TdClassName
{
border-color: #3B9268;
}
.TagClassName
{
border-color: #3B9268;
}
</style>