Shades of Eucalyptus #399D6B
Tints of Eucalyptus #399D6B
RGB
CMYK
RGB Variations
Color information
#399D6B (or 0x399D6B) is known color: Eucalyptus. HEX triplet: 39, 9D and 6B. RGB value is (57,157,107). Sum of RGB (Red+Green+Blue) = 57+157+107=321 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.76% from 321); Green value is 157 (61.72% from 255 or 48.91% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 157 - color contains mainly: green. Hex color #399D6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399D6B is #C66294. Grayscale: #797979. Windows color (decimal): -13001365 or 7052601. OLE color: 7052601.
HSL color Cylindrical-coordinate representation of color #399D6B: hue angle of 150º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399D6B is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 157 | 107 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.38 |
| HSL | 150º | 0.47% | 0.42% | - |
| HSV(B) | 150º | 0.64% | 0.62% | - |
| XYZ | 16.4 | 26.05 | 18.07 | - |
| YUV | 121.4 | 119.87 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 107 | 0.64 | 0 | 0.32 | 0.38 | 150 | 0.47 | 0.42 |
| Hex | 39 | 9D | 6B | 40 | 0 | 20 | 26 | 96 | 2F | 2A |
| Octal | 71 | 235 | 153 | 100 | 0 | 40 | 46 | 226 | 57 | 52 |
| Binary | 111001 | 10011101 | 1101011 | 1000000 | 0 | 100000 | 100110 | 10010110 | 101111 | 101010 |
Color Harmonies of #399D6B
Complementary color
Monochromatic Colors of #399D6B
Black with #399D6B
Text Example
Text Example
White with #399D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399D6B; }
p { color: rgb(57,157,107); }
H1.HeaderClassName
{
color: #399D6B;
}
.AnyTagClassName
{
color: #399D6B;
}
</style>
background-color css
<style>
a { background-color: #399D6B; }
a { background-color: rgb(57,157,107); }
div.DivClassName
{
background-color: #399D6B;
}
.BgClassName
{
background-color: #399D6B;
}
</style>
border-color css
<style>
span { border-color: #399D6B; }
span { border-color: rgb(57,157,107); }
td.TdClassName
{
border-color: #399D6B;
}
.TagClassName
{
border-color: #399D6B;
}
</style>