Shades of Fruit Salad #3AAA3F
Tints of Fruit Salad #3AAA3F
RGB
CMYK
RGB Variations
Color information
#3AAA3F (or 0x3AAA3F) is known color: Fruit Salad. HEX triplet: 3A, AA and 3F. RGB value is (58,170,63). Sum of RGB (Red+Green+Blue) = 58+170+63=291 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.93% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA3F is #C555C0. Grayscale: #7C7C7C. Windows color (decimal): -12932545 or 4172346. OLE color: 4172346.
HSL color Cylindrical-coordinate representation of color #3AAA3F: hue angle of 122.68º degrees, saturation: 0.49, 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 #3AAA3F is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 63 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.33 |
| HSL | 122.68º | 0.49% | 0.45% | - |
| HSV(B) | 122.68º | 0.66% | 0.67% | - |
| XYZ | 17.02 | 30.01 | 9.6 | - |
| YUV | 124.31 | 93.39 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 63 | 0.66 | 0 | 0.63 | 0.33 | 122.68 | 0.49 | 0.45 |
| Hex | 3A | AA | 3F | 42 | 0 | 3F | 21 | 7B | 31 | 2D |
| Octal | 72 | 252 | 77 | 102 | 0 | 77 | 41 | 173 | 61 | 55 |
| Binary | 111010 | 10101010 | 111111 | 1000010 | 0 | 111111 | 100001 | 1111011 | 110001 | 101101 |
Color Harmonies of #3AAA3F
Complementary color
Monochromatic Colors of #3AAA3F
Black with #3AAA3F
Text Example
Text Example
White with #3AAA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA3F; }
p { color: rgb(58,170,63); }
H1.HeaderClassName
{
color: #3AAA3F;
}
.AnyTagClassName
{
color: #3AAA3F;
}
</style>
background-color css
<style>
a { background-color: #3AAA3F; }
a { background-color: rgb(58,170,63); }
div.DivClassName
{
background-color: #3AAA3F;
}
.BgClassName
{
background-color: #3AAA3F;
}
</style>
border-color css
<style>
span { border-color: #3AAA3F; }
span { border-color: rgb(58,170,63); }
td.TdClassName
{
border-color: #3AAA3F;
}
.TagClassName
{
border-color: #3AAA3F;
}
</style>