Shades of Fruit Salad #3AAA36
Tints of Fruit Salad #3AAA36
RGB
CMYK
RGB Variations
Color information
#3AAA36 (or 0x3AAA36) is known color: Fruit Salad. HEX triplet: 3A, AA and 36. RGB value is (58,170,54). Sum of RGB (Red+Green+Blue) = 58+170+54=282 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.57% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA36 is #C555C9. Grayscale: #7B7B7B. Windows color (decimal): -12932554 or 3582522. OLE color: 3582522.
HSL color Cylindrical-coordinate representation of color #3AAA36: hue angle of 117.93º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AAA36 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 54 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.33 |
| HSL | 117.93º | 0.52% | 0.44% | - |
| HSV(B) | 117.93º | 0.68% | 0.67% | - |
| XYZ | 16.79 | 29.92 | 8.38 | - |
| YUV | 123.29 | 88.89 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 54 | 0.66 | 0 | 0.68 | 0.33 | 117.93 | 0.52 | 0.44 |
| Hex | 3A | AA | 36 | 42 | 0 | 44 | 21 | 76 | 34 | 2C |
| Octal | 72 | 252 | 66 | 102 | 0 | 104 | 41 | 166 | 64 | 54 |
| Binary | 111010 | 10101010 | 110110 | 1000010 | 0 | 1000100 | 100001 | 1110110 | 110100 | 101100 |
Color Harmonies of #3AAA36
Complementary color
Monochromatic Colors of #3AAA36
Black with #3AAA36
Text Example
Text Example
White with #3AAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA36; }
p { color: rgb(58,170,54); }
H1.HeaderClassName
{
color: #3AAA36;
}
.AnyTagClassName
{
color: #3AAA36;
}
</style>
background-color css
<style>
a { background-color: #3AAA36; }
a { background-color: rgb(58,170,54); }
div.DivClassName
{
background-color: #3AAA36;
}
.BgClassName
{
background-color: #3AAA36;
}
</style>
border-color css
<style>
span { border-color: #3AAA36; }
span { border-color: rgb(58,170,54); }
td.TdClassName
{
border-color: #3AAA36;
}
.TagClassName
{
border-color: #3AAA36;
}
</style>