Shades of Fruit Salad #4AAA35
Tints of Fruit Salad #4AAA35
RGB
CMYK
RGB Variations
Color information
#4AAA35 (or 0x4AAA35) is known color: Fruit Salad. HEX triplet: 4A, AA and 35. RGB value is (74,170,53). Sum of RGB (Red+Green+Blue) = 74+170+53=297 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.92% from 297); Green value is 170 (66.80% from 255 or 57.24% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA35 is #B555CA. Grayscale: #808080. Windows color (decimal): -11883979 or 3517002. OLE color: 3517002.
HSL color Cylindrical-coordinate representation of color #4AAA35: hue angle of 109.23º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4AAA35 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 53 | - |
| CMYK | 0.56 | 0 | 0.69 | 0.33 |
| HSL | 109.23º | 0.52% | 0.44% | - |
| HSV(B) | 109.23º | 0.69% | 0.67% | - |
| XYZ | 17.84 | 30.46 | 8.31 | - |
| YUV | 127.96 | 85.7 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 53 | 0.56 | 0 | 0.69 | 0.33 | 109.23 | 0.52 | 0.44 |
| Hex | 4A | AA | 35 | 38 | 0 | 45 | 21 | 6D | 34 | 2C |
| Octal | 112 | 252 | 65 | 70 | 0 | 105 | 41 | 155 | 64 | 54 |
| Binary | 1001010 | 10101010 | 110101 | 111000 | 0 | 1000101 | 100001 | 1101101 | 110100 | 101100 |
Color Harmonies of #4AAA35
Complementary color
Monochromatic Colors of #4AAA35
Black with #4AAA35
Text Example
Text Example
White with #4AAA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA35; }
p { color: rgb(74,170,53); }
H1.HeaderClassName
{
color: #4AAA35;
}
.AnyTagClassName
{
color: #4AAA35;
}
</style>
background-color css
<style>
a { background-color: #4AAA35; }
a { background-color: rgb(74,170,53); }
div.DivClassName
{
background-color: #4AAA35;
}
.BgClassName
{
background-color: #4AAA35;
}
</style>
border-color css
<style>
span { border-color: #4AAA35; }
span { border-color: rgb(74,170,53); }
td.TdClassName
{
border-color: #4AAA35;
}
.TagClassName
{
border-color: #4AAA35;
}
</style>