Shades of Fruit Salad #39AD49
Tints of Fruit Salad #39AD49
RGB
CMYK
RGB Variations
Color information
#39AD49 (or 0x39AD49) is known color: Fruit Salad. HEX triplet: 39, AD and 49. RGB value is (57,173,73). Sum of RGB (Red+Green+Blue) = 57+173+73=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #39AD49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39AD49 is #C652B6. Grayscale: #7F7F7F. Windows color (decimal): -12997303 or 4828473. OLE color: 4828473.
HSL color Cylindrical-coordinate representation of color #39AD49: hue angle of 128.28º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AD49 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 173 | 73 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.32 |
| HSL | 128.28º | 0.5% | 0.45% | - |
| HSV(B) | 128.28º | 0.67% | 0.68% | - |
| XYZ | 17.83 | 31.24 | 11.39 | - |
| YUV | 126.92 | 97.57 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 173 | 73 | 0.67 | 0 | 0.58 | 0.32 | 128.28 | 0.5 | 0.45 |
| Hex | 39 | AD | 49 | 43 | 0 | 3A | 20 | 80 | 32 | 2D |
| Octal | 71 | 255 | 111 | 103 | 0 | 72 | 40 | 200 | 62 | 55 |
| Binary | 111001 | 10101101 | 1001001 | 1000011 | 0 | 111010 | 100000 | 10000000 | 110010 | 101101 |
Color Harmonies of #39AD49
Complementary color
Monochromatic Colors of #39AD49
Black with #39AD49
Text Example
Text Example
White with #39AD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AD49; }
p { color: rgb(57,173,73); }
H1.HeaderClassName
{
color: #39AD49;
}
.AnyTagClassName
{
color: #39AD49;
}
</style>
background-color css
<style>
a { background-color: #39AD49; }
a { background-color: rgb(57,173,73); }
div.DivClassName
{
background-color: #39AD49;
}
.BgClassName
{
background-color: #39AD49;
}
</style>
border-color css
<style>
span { border-color: #39AD49; }
span { border-color: rgb(57,173,73); }
td.TdClassName
{
border-color: #39AD49;
}
.TagClassName
{
border-color: #39AD49;
}
</style>