Shades of Fruit Salad #3AAF3C
Tints of Fruit Salad #3AAF3C
RGB
CMYK
RGB Variations
Color information
#3AAF3C (or 0x3AAF3C) is known color: Fruit Salad. HEX triplet: 3A, AF and 3C. RGB value is (58,175,60). Sum of RGB (Red+Green+Blue) = 58+175+60=293 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.80% from 293); Green value is 175 (68.75% from 255 or 59.73% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAF3C is #C550C3. Grayscale: #7F7F7F. Windows color (decimal): -12931268 or 3977018. OLE color: 3977018.
HSL color Cylindrical-coordinate representation of color #3AAF3C: hue angle of 121.03º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF3C is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 60 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.31 |
| HSL | 121.03º | 0.5% | 0.46% | - |
| HSV(B) | 121.03º | 0.67% | 0.69% | - |
| XYZ | 17.89 | 31.89 | 9.49 | - |
| YUV | 126.91 | 90.24 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 60 | 0.67 | 0 | 0.66 | 0.31 | 121.03 | 0.5 | 0.46 |
| Hex | 3A | AF | 3C | 43 | 0 | 42 | 1F | 79 | 32 | 2E |
| Octal | 72 | 257 | 74 | 103 | 0 | 102 | 37 | 171 | 62 | 56 |
| Binary | 111010 | 10101111 | 111100 | 1000011 | 0 | 1000010 | 11111 | 1111001 | 110010 | 101110 |
Color Harmonies of #3AAF3C
Complementary color
Monochromatic Colors of #3AAF3C
Black with #3AAF3C
Text Example
Text Example
White with #3AAF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF3C; }
p { color: rgb(58,175,60); }
H1.HeaderClassName
{
color: #3AAF3C;
}
.AnyTagClassName
{
color: #3AAF3C;
}
</style>
background-color css
<style>
a { background-color: #3AAF3C; }
a { background-color: rgb(58,175,60); }
div.DivClassName
{
background-color: #3AAF3C;
}
.BgClassName
{
background-color: #3AAF3C;
}
</style>
border-color css
<style>
span { border-color: #3AAF3C; }
span { border-color: rgb(58,175,60); }
td.TdClassName
{
border-color: #3AAF3C;
}
.TagClassName
{
border-color: #3AAF3C;
}
</style>