Shades of Fruit Salad #4AAA45
Tints of Fruit Salad #4AAA45
RGB
CMYK
RGB Variations
Color information
#4AAA45 (or 0x4AAA45) is known color: Fruit Salad. HEX triplet: 4A, AA and 45. RGB value is (74,170,69). Sum of RGB (Red+Green+Blue) = 74+170+69=313 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.64% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AAA45 is #B555BA. Grayscale: #828282. Windows color (decimal): -11883963 or 4565578. OLE color: 4565578.
HSL color Cylindrical-coordinate representation of color #4AAA45: hue angle of 117.03º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AAA45 is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 170 | 69 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.33 |
| HSL | 117.03º | 0.42% | 0.47% | - |
| HSV(B) | 117.03º | 0.59% | 0.67% | - |
| XYZ | 18.27 | 30.63 | 10.58 | - |
| YUV | 129.78 | 93.7 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 170 | 69 | 0.56 | 0 | 0.59 | 0.33 | 117.03 | 0.42 | 0.47 |
| Hex | 4A | AA | 45 | 38 | 0 | 3B | 21 | 75 | 2A | 2F |
| Octal | 112 | 252 | 105 | 70 | 0 | 73 | 41 | 165 | 52 | 57 |
| Binary | 1001010 | 10101010 | 1000101 | 111000 | 0 | 111011 | 100001 | 1110101 | 101010 | 101111 |
Color Harmonies of #4AAA45
Complementary color
Monochromatic Colors of #4AAA45
Black with #4AAA45
Text Example
Text Example
White with #4AAA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAA45; }
p { color: rgb(74,170,69); }
H1.HeaderClassName
{
color: #4AAA45;
}
.AnyTagClassName
{
color: #4AAA45;
}
</style>
background-color css
<style>
a { background-color: #4AAA45; }
a { background-color: rgb(74,170,69); }
div.DivClassName
{
background-color: #4AAA45;
}
.BgClassName
{
background-color: #4AAA45;
}
</style>
border-color css
<style>
span { border-color: #4AAA45; }
span { border-color: rgb(74,170,69); }
td.TdClassName
{
border-color: #4AAA45;
}
.TagClassName
{
border-color: #4AAA45;
}
</style>