Shades of Fruit Salad #3AAD3B
Tints of Fruit Salad #3AAD3B
RGB
CMYK
RGB Variations
Color information
#3AAD3B (or 0x3AAD3B) is known color: Fruit Salad. HEX triplet: 3A, AD and 3B. RGB value is (58,173,59). Sum of RGB (Red+Green+Blue) = 58+173+59=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD3B is #C552C4. Grayscale: #7D7D7D. Windows color (decimal): -12931781 or 3910970. OLE color: 3910970.
HSL color Cylindrical-coordinate representation of color #3AAD3B: hue angle of 120.52º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAD3B is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 59 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.32 |
| HSL | 120.52º | 0.5% | 0.45% | - |
| HSV(B) | 120.52º | 0.66% | 0.68% | - |
| XYZ | 17.48 | 31.1 | 9.22 | - |
| YUV | 125.62 | 90.4 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 59 | 0.66 | 0 | 0.66 | 0.32 | 120.52 | 0.5 | 0.45 |
| Hex | 3A | AD | 3B | 42 | 0 | 42 | 20 | 79 | 32 | 2D |
| Octal | 72 | 255 | 73 | 102 | 0 | 102 | 40 | 171 | 62 | 55 |
| Binary | 111010 | 10101101 | 111011 | 1000010 | 0 | 1000010 | 100000 | 1111001 | 110010 | 101101 |
Color Harmonies of #3AAD3B
Complementary color
Monochromatic Colors of #3AAD3B
Black with #3AAD3B
Text Example
Text Example
White with #3AAD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD3B; }
p { color: rgb(58,173,59); }
H1.HeaderClassName
{
color: #3AAD3B;
}
.AnyTagClassName
{
color: #3AAD3B;
}
</style>
background-color css
<style>
a { background-color: #3AAD3B; }
a { background-color: rgb(58,173,59); }
div.DivClassName
{
background-color: #3AAD3B;
}
.BgClassName
{
background-color: #3AAD3B;
}
</style>
border-color css
<style>
span { border-color: #3AAD3B; }
span { border-color: rgb(58,173,59); }
td.TdClassName
{
border-color: #3AAD3B;
}
.TagClassName
{
border-color: #3AAD3B;
}
</style>