Shades of Eucalyptus #3B975C
Tints of Eucalyptus #3B975C
RGB
CMYK
RGB Variations
Color information
#3B975C (or 0x3B975C) is known color: Eucalyptus. HEX triplet: 3B, 97 and 5C. RGB value is (59,151,92). Sum of RGB (Red+Green+Blue) = 59+151+92=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #3B975C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B975C is #C468A3. Grayscale: #747474. Windows color (decimal): -12871844 or 6068027. OLE color: 6068027.
HSL color Cylindrical-coordinate representation of color #3B975C: hue angle of 141.52º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B975C is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 151 | 92 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.41 |
| HSL | 141.52º | 0.44% | 0.41% | - |
| HSV(B) | 141.52º | 0.61% | 0.59% | - |
| XYZ | 14.8 | 23.84 | 13.95 | - |
| YUV | 116.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 151 | 92 | 0.61 | 0 | 0.39 | 0.41 | 141.52 | 0.44 | 0.41 |
| Hex | 3B | 97 | 5C | 3D | 0 | 27 | 29 | 8E | 2C | 29 |
| Octal | 73 | 227 | 134 | 75 | 0 | 47 | 51 | 216 | 54 | 51 |
| Binary | 111011 | 10010111 | 1011100 | 111101 | 0 | 100111 | 101001 | 10001110 | 101100 | 101001 |
Color Harmonies of #3B975C
Complementary color
Monochromatic Colors of #3B975C
Black with #3B975C
Text Example
Text Example
White with #3B975C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B975C; }
p { color: rgb(59,151,92); }
H1.HeaderClassName
{
color: #3B975C;
}
.AnyTagClassName
{
color: #3B975C;
}
</style>
background-color css
<style>
a { background-color: #3B975C; }
a { background-color: rgb(59,151,92); }
div.DivClassName
{
background-color: #3B975C;
}
.BgClassName
{
background-color: #3B975C;
}
</style>
border-color css
<style>
span { border-color: #3B975C; }
span { border-color: rgb(59,151,92); }
td.TdClassName
{
border-color: #3B975C;
}
.TagClassName
{
border-color: #3B975C;
}
</style>