Shades of Fruit Salad #399A43
Tints of Fruit Salad #399A43
RGB
CMYK
RGB Variations
Color information
#399A43 (or 0x399A43) is known color: Fruit Salad. HEX triplet: 39, 9A and 43. RGB value is (57,154,67). Sum of RGB (Red+Green+Blue) = 57+154+67=278 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.50% from 278); Green value is 154 (60.55% from 255 or 55.40% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 154 - color contains mainly: green. Hex color #399A43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399A43 is #C665BC. Grayscale: #737373. Windows color (decimal): -13002173 or 4430393. OLE color: 4430393.
HSL color Cylindrical-coordinate representation of color #399A43: hue angle of 126.19º 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 #399A43 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 154 | 67 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.40 |
| HSL | 126.19º | 0.46% | 0.41% | - |
| HSV(B) | 126.19º | 0.63% | 0.6% | - |
| XYZ | 14.26 | 24.39 | 9.27 | - |
| YUV | 115.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 154 | 67 | 0.63 | 0 | 0.56 | 0.40 | 126.19 | 0.46 | 0.41 |
| Hex | 39 | 9A | 43 | 3F | 0 | 38 | 28 | 7E | 2E | 29 |
| Octal | 71 | 232 | 103 | 77 | 0 | 70 | 50 | 176 | 56 | 51 |
| Binary | 111001 | 10011010 | 1000011 | 111111 | 0 | 111000 | 101000 | 1111110 | 101110 | 101001 |
Color Harmonies of #399A43
Complementary color
Monochromatic Colors of #399A43
Black with #399A43
Text Example
Text Example
White with #399A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399A43; }
p { color: rgb(57,154,67); }
H1.HeaderClassName
{
color: #399A43;
}
.AnyTagClassName
{
color: #399A43;
}
</style>
background-color css
<style>
a { background-color: #399A43; }
a { background-color: rgb(57,154,67); }
div.DivClassName
{
background-color: #399A43;
}
.BgClassName
{
background-color: #399A43;
}
</style>
border-color css
<style>
span { border-color: #399A43; }
span { border-color: rgb(57,154,67); }
td.TdClassName
{
border-color: #399A43;
}
.TagClassName
{
border-color: #399A43;
}
</style>