Shades of Eucalyptus #399965
Tints of Eucalyptus #399965
RGB
CMYK
RGB Variations
Color information
#399965 (or 0x399965) is known color: Eucalyptus. HEX triplet: 39, 99 and 65. RGB value is (57,153,101). Sum of RGB (Red+Green+Blue) = 57+153+101=311 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.33% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #399965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #399965 is #C6669A. Grayscale: #767676. Windows color (decimal): -13002395 or 6658361. OLE color: 6658361.
HSL color Cylindrical-coordinate representation of color #399965: hue angle of 147.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #399965 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 101 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.4 |
| HSL | 147.5º | 0.46% | 0.41% | - |
| HSV(B) | 147.5º | 0.63% | 0.6% | - |
| XYZ | 15.43 | 24.59 | 16.25 | - |
| YUV | 118.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 101 | 0.63 | 0 | 0.34 | 0.4 | 147.5 | 0.46 | 0.41 |
| Hex | 39 | 99 | 65 | 3F | 0 | 22 | 28 | 94 | 2E | 29 |
| Octal | 71 | 231 | 145 | 77 | 0 | 42 | 50 | 224 | 56 | 51 |
| Binary | 111001 | 10011001 | 1100101 | 111111 | 0 | 100010 | 101000 | 10010100 | 101110 | 101001 |
Color Harmonies of #399965
Complementary color
Monochromatic Colors of #399965
Black with #399965
Text Example
Text Example
White with #399965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399965; }
p { color: rgb(57,153,101); }
H1.HeaderClassName
{
color: #399965;
}
.AnyTagClassName
{
color: #399965;
}
</style>
background-color css
<style>
a { background-color: #399965; }
a { background-color: rgb(57,153,101); }
div.DivClassName
{
background-color: #399965;
}
.BgClassName
{
background-color: #399965;
}
</style>
border-color css
<style>
span { border-color: #399965; }
span { border-color: rgb(57,153,101); }
td.TdClassName
{
border-color: #399965;
}
.TagClassName
{
border-color: #399965;
}
</style>