Shades of Fruit Salad #4AAA36
Tints of Fruit Salad #4AAA36
RGB
CMYK
RGB Variations
Color information
#4AAA36 (or 0x4AAA36) is known color: Fruit Salad. HEX triplet: 4A, AA and 36. RGB value is (74,170,54). Sum of RGB (Red+Green+Blue) = 74+170+54=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA36 is #B555C9. Grayscale: #808080. Windows color (decimal): -11883978 or 3582538. OLE color: 3582538.
HSL color Cylindrical-coordinate representation of color #4AAA36: hue angle of 109.66º 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 #4AAA36 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 54 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.33 |
| HSL | 109.66º | 0.52% | 0.44% | - |
| HSV(B) | 109.66º | 0.68% | 0.67% | - |
| XYZ | 17.86 | 30.47 | 8.43 | - |
| YUV | 128.07 | 86.2 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 54 | 0.56 | 0 | 0.68 | 0.33 | 109.66 | 0.52 | 0.44 |
| Hex | 4A | AA | 36 | 38 | 0 | 44 | 21 | 6E | 34 | 2C |
| Octal | 112 | 252 | 66 | 70 | 0 | 104 | 41 | 156 | 64 | 54 |
| Binary | 1001010 | 10101010 | 110110 | 111000 | 0 | 1000100 | 100001 | 1101110 | 110100 | 101100 |
Color Harmonies of #4AAA36
Complementary color
Monochromatic Colors of #4AAA36
Black with #4AAA36
Text Example
Text Example
White with #4AAA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA36; }
p { color: rgb(74,170,54); }
H1.HeaderClassName
{
color: #4AAA36;
}
.AnyTagClassName
{
color: #4AAA36;
}
</style>
background-color css
<style>
a { background-color: #4AAA36; }
a { background-color: rgb(74,170,54); }
div.DivClassName
{
background-color: #4AAA36;
}
.BgClassName
{
background-color: #4AAA36;
}
</style>
border-color css
<style>
span { border-color: #4AAA36; }
span { border-color: rgb(74,170,54); }
td.TdClassName
{
border-color: #4AAA36;
}
.TagClassName
{
border-color: #4AAA36;
}
</style>