Shades of Fruit Salad #399A3F
Tints of Fruit Salad #399A3F
RGB
CMYK
RGB Variations
Color information
#399A3F (or 0x399A3F) is known color: Fruit Salad. HEX triplet: 39, 9A and 3F. RGB value is (57,154,63). Sum of RGB (Red+Green+Blue) = 57+154+63=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 154 (60.55% from 255 or 56.20% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 154 - color contains mainly: green. Hex color #399A3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399A3F is #C665C0. Grayscale: #727272. Windows color (decimal): -13002177 or 4168249. OLE color: 4168249.
HSL color Cylindrical-coordinate representation of color #399A3F: hue angle of 123.71º 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 #399A3F is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 63 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.40 |
| HSL | 123.71º | 0.46% | 0.41% | - |
| HSV(B) | 123.71º | 0.63% | 0.6% | - |
| XYZ | 14.14 | 24.34 | 8.66 | - |
| YUV | 114.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 63 | 0.63 | 0 | 0.59 | 0.40 | 123.71 | 0.46 | 0.41 |
| Hex | 39 | 9A | 3F | 3F | 0 | 3B | 28 | 7C | 2E | 29 |
| Octal | 71 | 232 | 77 | 77 | 0 | 73 | 50 | 174 | 56 | 51 |
| Binary | 111001 | 10011010 | 111111 | 111111 | 0 | 111011 | 101000 | 1111100 | 101110 | 101001 |
Color Harmonies of #399A3F
Complementary color
Monochromatic Colors of #399A3F
Black with #399A3F
Text Example
Text Example
White with #399A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A3F; }
p { color: rgb(57,154,63); }
H1.HeaderClassName
{
color: #399A3F;
}
.AnyTagClassName
{
color: #399A3F;
}
</style>
background-color css
<style>
a { background-color: #399A3F; }
a { background-color: rgb(57,154,63); }
div.DivClassName
{
background-color: #399A3F;
}
.BgClassName
{
background-color: #399A3F;
}
</style>
border-color css
<style>
span { border-color: #399A3F; }
span { border-color: rgb(57,154,63); }
td.TdClassName
{
border-color: #399A3F;
}
.TagClassName
{
border-color: #399A3F;
}
</style>