Shades of Fruit Salad #39AD4A
Tints of Fruit Salad #39AD4A
RGB
CMYK
RGB Variations
Color information
#39AD4A (or 0x39AD4A) is known color: Fruit Salad. HEX triplet: 39, AD and 4A. RGB value is (57,173,74). Sum of RGB (Red+Green+Blue) = 57+173+74=304 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.75% from 304); Green value is 173 (67.97% from 255 or 56.91% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 173 - color contains mainly: green. Hex color #39AD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39AD4A is #C652B5. Grayscale: #7F7F7F. Windows color (decimal): -12997302 or 4894009. OLE color: 4894009.
HSL color Cylindrical-coordinate representation of color #39AD4A: hue angle of 128.79º 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 #39AD4A is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 173 | 74 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.32 |
| HSL | 128.79º | 0.5% | 0.45% | - |
| HSV(B) | 128.79º | 0.67% | 0.68% | - |
| XYZ | 17.87 | 31.25 | 11.57 | - |
| YUV | 127.03 | 98.07 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 173 | 74 | 0.67 | 0 | 0.57 | 0.32 | 128.79 | 0.5 | 0.45 |
| Hex | 39 | AD | 4A | 43 | 0 | 39 | 20 | 81 | 32 | 2D |
| Octal | 71 | 255 | 112 | 103 | 0 | 71 | 40 | 201 | 62 | 55 |
| Binary | 111001 | 10101101 | 1001010 | 1000011 | 0 | 111001 | 100000 | 10000001 | 110010 | 101101 |
Color Harmonies of #39AD4A
Complementary color
Monochromatic Colors of #39AD4A
Black with #39AD4A
Text Example
Text Example
White with #39AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AD4A; }
p { color: rgb(57,173,74); }
H1.HeaderClassName
{
color: #39AD4A;
}
.AnyTagClassName
{
color: #39AD4A;
}
</style>
background-color css
<style>
a { background-color: #39AD4A; }
a { background-color: rgb(57,173,74); }
div.DivClassName
{
background-color: #39AD4A;
}
.BgClassName
{
background-color: #39AD4A;
}
</style>
border-color css
<style>
span { border-color: #39AD4A; }
span { border-color: rgb(57,173,74); }
td.TdClassName
{
border-color: #39AD4A;
}
.TagClassName
{
border-color: #39AD4A;
}
</style>