Shades of Fruit Salad #399E3E
Tints of Fruit Salad #399E3E
RGB
CMYK
RGB Variations
Color information
#399E3E (or 0x399E3E) is known color: Fruit Salad. HEX triplet: 39, 9E and 3E. RGB value is (57,158,62). Sum of RGB (Red+Green+Blue) = 57+158+62=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 158 (62.11% from 255 or 57.04% from 277); Blue value is 62 (24.61% from 255 or 22.38% from 277); Max value from RGB is 158 - color contains mainly: green. Hex color #399E3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399E3E is #C661C1. Grayscale: #757575. Windows color (decimal): -13001154 or 4103737. OLE color: 4103737.
HSL color Cylindrical-coordinate representation of color #399E3E: hue angle of 122.97º 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 #399E3E is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 57 | 158 | 62 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.38 |
| HSL | 122.97º | 0.47% | 0.42% | - |
| HSV(B) | 122.97º | 0.64% | 0.62% | - |
| XYZ | 14.78 | 25.67 | 8.73 | - |
| YUV | 116.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 158 | 62 | 0.64 | 0 | 0.61 | 0.38 | 122.97 | 0.47 | 0.42 |
| Hex | 39 | 9E | 3E | 40 | 0 | 3D | 26 | 7B | 2F | 2A |
| Octal | 71 | 236 | 76 | 100 | 0 | 75 | 46 | 173 | 57 | 52 |
| Binary | 111001 | 10011110 | 111110 | 1000000 | 0 | 111101 | 100110 | 1111011 | 101111 | 101010 |
Color Harmonies of #399E3E
Complementary color
Monochromatic Colors of #399E3E
Black with #399E3E
Text Example
Text Example
White with #399E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399E3E; }
p { color: rgb(57,158,62); }
H1.HeaderClassName
{
color: #399E3E;
}
.AnyTagClassName
{
color: #399E3E;
}
</style>
background-color css
<style>
a { background-color: #399E3E; }
a { background-color: rgb(57,158,62); }
div.DivClassName
{
background-color: #399E3E;
}
.BgClassName
{
background-color: #399E3E;
}
</style>
border-color css
<style>
span { border-color: #399E3E; }
span { border-color: rgb(57,158,62); }
td.TdClassName
{
border-color: #399E3E;
}
.TagClassName
{
border-color: #399E3E;
}
</style>