Shades of Fruit Salad #399D39
Tints of Fruit Salad #399D39
RGB
CMYK
RGB Variations
Color information
#399D39 (or 0x399D39) is known color: Fruit Salad. HEX triplet: 39, 9D and 39. RGB value is (57,157,57). Sum of RGB (Red+Green+Blue) = 57+157+57=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 157 (61.72% from 255 or 57.93% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 157 - color contains mainly: green. Hex color #399D39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399D39 is #C662C6. Grayscale: #737373. Windows color (decimal): -13001415 or 3775801. OLE color: 3775801.
HSL color Cylindrical-coordinate representation of color #399D39: hue angle of 120º 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 #399D39 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 157 | 57 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.38 |
| HSL | 120º | 0.47% | 0.42% | - |
| HSV(B) | 120º | 0.64% | 0.62% | - |
| XYZ | 14.48 | 25.28 | 7.99 | - |
| YUV | 115.7 | 94.87 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 157 | 57 | 0.64 | 0 | 0.64 | 0.38 | 120 | 0.47 | 0.42 |
| Hex | 39 | 9D | 39 | 40 | 0 | 40 | 26 | 78 | 2F | 2A |
| Octal | 71 | 235 | 71 | 100 | 0 | 100 | 46 | 170 | 57 | 52 |
| Binary | 111001 | 10011101 | 111001 | 1000000 | 0 | 1000000 | 100110 | 1111000 | 101111 | 101010 |
Color Harmonies of #399D39
Complementary color
Monochromatic Colors of #399D39
Black with #399D39
Text Example
Text Example
White with #399D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399D39; }
p { color: rgb(57,157,57); }
H1.HeaderClassName
{
color: #399D39;
}
.AnyTagClassName
{
color: #399D39;
}
</style>
background-color css
<style>
a { background-color: #399D39; }
a { background-color: rgb(57,157,57); }
div.DivClassName
{
background-color: #399D39;
}
.BgClassName
{
background-color: #399D39;
}
</style>
border-color css
<style>
span { border-color: #399D39; }
span { border-color: rgb(57,157,57); }
td.TdClassName
{
border-color: #399D39;
}
.TagClassName
{
border-color: #399D39;
}
</style>