Shades of Fruit Salad #399944
Tints of Fruit Salad #399944
RGB
CMYK
RGB Variations
Color information
#399944 (or 0x399944) is known color: Fruit Salad. HEX triplet: 39, 99 and 44. RGB value is (57,153,68). Sum of RGB (Red+Green+Blue) = 57+153+68=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 153 (60.16% from 255 or 55.04% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 153 - color contains mainly: green. Hex color #399944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399944 is #C666BB. Grayscale: #727272. Windows color (decimal): -13002428 or 4495673. OLE color: 4495673.
HSL color Cylindrical-coordinate representation of color #399944: hue angle of 126.87º 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 #399944 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 68 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.4 |
| HSL | 126.88º | 0.46% | 0.41% | - |
| HSV(B) | 126.88º | 0.63% | 0.6% | - |
| XYZ | 14.12 | 24.07 | 9.37 | - |
| YUV | 114.61 | 101.7 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 68 | 0.63 | 0 | 0.56 | 0.4 | 126.88 | 0.46 | 0.41 |
| Hex | 39 | 99 | 44 | 3F | 0 | 38 | 28 | 7F | 2E | 29 |
| Octal | 71 | 231 | 104 | 77 | 0 | 70 | 50 | 177 | 56 | 51 |
| Binary | 111001 | 10011001 | 1000100 | 111111 | 0 | 111000 | 101000 | 1111111 | 101110 | 101001 |
Color Harmonies of #399944
Complementary color
Monochromatic Colors of #399944
Black with #399944
Text Example
Text Example
White with #399944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399944; }
p { color: rgb(57,153,68); }
H1.HeaderClassName
{
color: #399944;
}
.AnyTagClassName
{
color: #399944;
}
</style>
background-color css
<style>
a { background-color: #399944; }
a { background-color: rgb(57,153,68); }
div.DivClassName
{
background-color: #399944;
}
.BgClassName
{
background-color: #399944;
}
</style>
border-color css
<style>
span { border-color: #399944; }
span { border-color: rgb(57,153,68); }
td.TdClassName
{
border-color: #399944;
}
.TagClassName
{
border-color: #399944;
}
</style>