Shades of Eucalyptus #3B925F
Tints of Eucalyptus #3B925F
RGB
CMYK
RGB Variations
Color information
#3B925F (or 0x3B925F) is known color: Eucalyptus. HEX triplet: 3B, 92 and 5F. RGB value is (59,146,95). Sum of RGB (Red+Green+Blue) = 59+146+95=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #3B925F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B925F is #C46DA0. Grayscale: #727272. Windows color (decimal): -12873121 or 6263355. OLE color: 6263355.
HSL color Cylindrical-coordinate representation of color #3B925F: hue angle of 144.83º 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 #3B925F is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 59 | 146 | 95 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.43 |
| HSL | 144.83º | 0.42% | 0.4% | - |
| HSV(B) | 144.83º | 0.6% | 0.57% | - |
| XYZ | 14.15 | 22.31 | 14.39 | - |
| YUV | 114.17 | 117.18 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 146 | 95 | 0.60 | 0 | 0.35 | 0.43 | 144.83 | 0.42 | 0.4 |
| Hex | 3B | 92 | 5F | 3C | 0 | 23 | 2B | 91 | 2A | 28 |
| Octal | 73 | 222 | 137 | 74 | 0 | 43 | 53 | 221 | 52 | 50 |
| Binary | 111011 | 10010010 | 1011111 | 111100 | 0 | 100011 | 101011 | 10010001 | 101010 | 101000 |
Color Harmonies of #3B925F
Complementary color
Monochromatic Colors of #3B925F
Black with #3B925F
Text Example
Text Example
White with #3B925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B925F; }
p { color: rgb(59,146,95); }
H1.HeaderClassName
{
color: #3B925F;
}
.AnyTagClassName
{
color: #3B925F;
}
</style>
background-color css
<style>
a { background-color: #3B925F; }
a { background-color: rgb(59,146,95); }
div.DivClassName
{
background-color: #3B925F;
}
.BgClassName
{
background-color: #3B925F;
}
</style>
border-color css
<style>
span { border-color: #3B925F; }
span { border-color: rgb(59,146,95); }
td.TdClassName
{
border-color: #3B925F;
}
.TagClassName
{
border-color: #3B925F;
}
</style>