Shades of Fruit Salad #3AAC39
Tints of Fruit Salad #3AAC39
RGB
CMYK
RGB Variations
Color information
#3AAC39 (or 0x3AAC39) is known color: Fruit Salad. HEX triplet: 3A, AC and 39. RGB value is (58,172,57). Sum of RGB (Red+Green+Blue) = 58+172+57=287 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.21% from 287); Green value is 172 (67.58% from 255 or 59.93% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC39 is #C553C6. Grayscale: #7D7D7D. Windows color (decimal): -12932039 or 3779642. OLE color: 3779642.
HSL color Cylindrical-coordinate representation of color #3AAC39: hue angle of 119.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAC39 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 57 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.33 |
| HSL | 119.48º | 0.5% | 0.45% | - |
| HSV(B) | 119.48º | 0.67% | 0.67% | - |
| XYZ | 17.24 | 30.7 | 8.89 | - |
| YUV | 124.8 | 89.73 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 57 | 0.66 | 0 | 0.67 | 0.33 | 119.48 | 0.5 | 0.45 |
| Hex | 3A | AC | 39 | 42 | 0 | 43 | 21 | 77 | 32 | 2D |
| Octal | 72 | 254 | 71 | 102 | 0 | 103 | 41 | 167 | 62 | 55 |
| Binary | 111010 | 10101100 | 111001 | 1000010 | 0 | 1000011 | 100001 | 1110111 | 110010 | 101101 |
Color Harmonies of #3AAC39
Complementary color
Monochromatic Colors of #3AAC39
Black with #3AAC39
Text Example
Text Example
White with #3AAC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC39; }
p { color: rgb(58,172,57); }
H1.HeaderClassName
{
color: #3AAC39;
}
.AnyTagClassName
{
color: #3AAC39;
}
</style>
background-color css
<style>
a { background-color: #3AAC39; }
a { background-color: rgb(58,172,57); }
div.DivClassName
{
background-color: #3AAC39;
}
.BgClassName
{
background-color: #3AAC39;
}
</style>
border-color css
<style>
span { border-color: #3AAC39; }
span { border-color: rgb(58,172,57); }
td.TdClassName
{
border-color: #3AAC39;
}
.TagClassName
{
border-color: #3AAC39;
}
</style>