Shades of Fruit Salad #399B38
Tints of Fruit Salad #399B38
RGB
CMYK
RGB Variations
Color information
#399B38 (or 0x399B38) is known color: Fruit Salad. HEX triplet: 39, 9B and 38. RGB value is (57,155,56). Sum of RGB (Red+Green+Blue) = 57+155+56=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 155 (60.94% from 255 or 57.84% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 155 - color contains mainly: green. Hex color #399B38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399B38 is #C664C7. Grayscale: #727272. Windows color (decimal): -13001928 or 3709753. OLE color: 3709753.
HSL color Cylindrical-coordinate representation of color #399B38: hue angle of 119.39º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #399B38 is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 155 | 56 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.39 |
| HSL | 119.39º | 0.47% | 0.41% | - |
| HSV(B) | 119.39º | 0.64% | 0.61% | - |
| XYZ | 14.12 | 24.6 | 7.74 | - |
| YUV | 114.41 | 95.03 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 56 | 0.63 | 0 | 0.64 | 0.39 | 119.39 | 0.47 | 0.41 |
| Hex | 39 | 9B | 38 | 3F | 0 | 40 | 27 | 77 | 2F | 29 |
| Octal | 71 | 233 | 70 | 77 | 0 | 100 | 47 | 167 | 57 | 51 |
| Binary | 111001 | 10011011 | 111000 | 111111 | 0 | 1000000 | 100111 | 1110111 | 101111 | 101001 |
Color Harmonies of #399B38
Complementary color
Monochromatic Colors of #399B38
Black with #399B38
Text Example
Text Example
White with #399B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399B38; }
p { color: rgb(57,155,56); }
H1.HeaderClassName
{
color: #399B38;
}
.AnyTagClassName
{
color: #399B38;
}
</style>
background-color css
<style>
a { background-color: #399B38; }
a { background-color: rgb(57,155,56); }
div.DivClassName
{
background-color: #399B38;
}
.BgClassName
{
background-color: #399B38;
}
</style>
border-color css
<style>
span { border-color: #399B38; }
span { border-color: rgb(57,155,56); }
td.TdClassName
{
border-color: #399B38;
}
.TagClassName
{
border-color: #399B38;
}
</style>