Shades of Fruit Salad #3AAC4A
Tints of Fruit Salad #3AAC4A
RGB
CMYK
RGB Variations
Color information
#3AAC4A (or 0x3AAC4A) is known color: Fruit Salad. HEX triplet: 3A, AC and 4A. RGB value is (58,172,74). Sum of RGB (Red+Green+Blue) = 58+172+74=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 172 (67.58% from 255 or 56.58% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAC4A is #C553B5. Grayscale: #7F7F7F. Windows color (decimal): -12932022 or 4893754. OLE color: 4893754.
HSL color Cylindrical-coordinate representation of color #3AAC4A: hue angle of 128.42º 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 #3AAC4A is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 74 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.33 |
| HSL | 128.42º | 0.5% | 0.45% | - |
| HSV(B) | 128.42º | 0.66% | 0.67% | - |
| XYZ | 17.73 | 30.9 | 11.51 | - |
| YUV | 126.74 | 98.23 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 74 | 0.66 | 0 | 0.57 | 0.33 | 128.42 | 0.5 | 0.45 |
| Hex | 3A | AC | 4A | 42 | 0 | 39 | 21 | 80 | 32 | 2D |
| Octal | 72 | 254 | 112 | 102 | 0 | 71 | 41 | 200 | 62 | 55 |
| Binary | 111010 | 10101100 | 1001010 | 1000010 | 0 | 111001 | 100001 | 10000000 | 110010 | 101101 |
Color Harmonies of #3AAC4A
Complementary color
Monochromatic Colors of #3AAC4A
Black with #3AAC4A
Text Example
Text Example
White with #3AAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC4A; }
p { color: rgb(58,172,74); }
H1.HeaderClassName
{
color: #3AAC4A;
}
.AnyTagClassName
{
color: #3AAC4A;
}
</style>
background-color css
<style>
a { background-color: #3AAC4A; }
a { background-color: rgb(58,172,74); }
div.DivClassName
{
background-color: #3AAC4A;
}
.BgClassName
{
background-color: #3AAC4A;
}
</style>
border-color css
<style>
span { border-color: #3AAC4A; }
span { border-color: rgb(58,172,74); }
td.TdClassName
{
border-color: #3AAC4A;
}
.TagClassName
{
border-color: #3AAC4A;
}
</style>