Shades of Eucalyptus #3B9C72
Tints of Eucalyptus #3B9C72
RGB
CMYK
RGB Variations
Color information
#3B9C72 (or 0x3B9C72) is known color: Eucalyptus. HEX triplet: 3B, 9C and 72. RGB value is (59,156,114). Sum of RGB (Red+Green+Blue) = 59+156+114=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #3B9C72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9C72 is #C4638D. Grayscale: #7A7A7A. Windows color (decimal): -12870542 or 7511099. OLE color: 7511099.
HSL color Cylindrical-coordinate representation of color #3B9C72: hue angle of 154.02º 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 #3B9C72 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 156 | 114 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.39 |
| HSL | 154.02º | 0.45% | 0.42% | - |
| HSV(B) | 154.02º | 0.62% | 0.61% | - |
| XYZ | 16.73 | 25.92 | 20.04 | - |
| YUV | 122.21 | 123.36 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 156 | 114 | 0.62 | 0 | 0.27 | 0.39 | 154.02 | 0.45 | 0.42 |
| Hex | 3B | 9C | 72 | 3E | 0 | 1B | 27 | 9A | 2D | 2A |
| Octal | 73 | 234 | 162 | 76 | 0 | 33 | 47 | 232 | 55 | 52 |
| Binary | 111011 | 10011100 | 1110010 | 111110 | 0 | 11011 | 100111 | 10011010 | 101101 | 101010 |
Color Harmonies of #3B9C72
Complementary color
Monochromatic Colors of #3B9C72
Black with #3B9C72
Text Example
Text Example
White with #3B9C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9C72; }
p { color: rgb(59,156,114); }
H1.HeaderClassName
{
color: #3B9C72;
}
.AnyTagClassName
{
color: #3B9C72;
}
</style>
background-color css
<style>
a { background-color: #3B9C72; }
a { background-color: rgb(59,156,114); }
div.DivClassName
{
background-color: #3B9C72;
}
.BgClassName
{
background-color: #3B9C72;
}
</style>
border-color css
<style>
span { border-color: #3B9C72; }
span { border-color: rgb(59,156,114); }
td.TdClassName
{
border-color: #3B9C72;
}
.TagClassName
{
border-color: #3B9C72;
}
</style>