Shades of Fruit Salad #39AA3F
Tints of Fruit Salad #39AA3F
RGB
CMYK
RGB Variations
Color information
#39AA3F (or 0x39AA3F) is known color: Fruit Salad. HEX triplet: 39, AA and 3F. RGB value is (57,170,63). Sum of RGB (Red+Green+Blue) = 57+170+63=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 170 (66.80% from 255 or 58.62% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 170 - color contains mainly: green. Hex color #39AA3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39AA3F is #C655C0. Grayscale: #7C7C7C. Windows color (decimal): -12998081 or 4172345. OLE color: 4172345.
HSL color Cylindrical-coordinate representation of color #39AA3F: hue angle of 123.19º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #39AA3F is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 170 | 63 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.33 |
| HSL | 123.19º | 0.5% | 0.45% | - |
| HSV(B) | 123.19º | 0.66% | 0.67% | - |
| XYZ | 16.96 | 29.98 | 9.6 | - |
| YUV | 124.02 | 93.56 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 170 | 63 | 0.66 | 0 | 0.63 | 0.33 | 123.19 | 0.5 | 0.45 |
| Hex | 39 | AA | 3F | 42 | 0 | 3F | 21 | 7B | 32 | 2D |
| Octal | 71 | 252 | 77 | 102 | 0 | 77 | 41 | 173 | 62 | 55 |
| Binary | 111001 | 10101010 | 111111 | 1000010 | 0 | 111111 | 100001 | 1111011 | 110010 | 101101 |
Color Harmonies of #39AA3F
Complementary color
Monochromatic Colors of #39AA3F
Black with #39AA3F
Text Example
Text Example
White with #39AA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AA3F; }
p { color: rgb(57,170,63); }
H1.HeaderClassName
{
color: #39AA3F;
}
.AnyTagClassName
{
color: #39AA3F;
}
</style>
background-color css
<style>
a { background-color: #39AA3F; }
a { background-color: rgb(57,170,63); }
div.DivClassName
{
background-color: #39AA3F;
}
.BgClassName
{
background-color: #39AA3F;
}
</style>
border-color css
<style>
span { border-color: #39AA3F; }
span { border-color: rgb(57,170,63); }
td.TdClassName
{
border-color: #39AA3F;
}
.TagClassName
{
border-color: #39AA3F;
}
</style>