Shades of Fruit Salad #4AA736
Tints of Fruit Salad #4AA736
RGB
CMYK
RGB Variations
Color information
#4AA736 (or 0x4AA736) is known color: Fruit Salad. HEX triplet: 4A, A7 and 36. RGB value is (74,167,54). Sum of RGB (Red+Green+Blue) = 74+167+54=295 (39% of max value = 765). Red value is 74 (29.30% from 255 or 25.08% from 295); Green value is 167 (65.62% from 255 or 56.61% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 167 - color contains mainly: green. Hex color #4AA736 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA736 is #B558C9. Grayscale: #7E7E7E. Windows color (decimal): -11884746 or 3581770. OLE color: 3581770.
HSL color Cylindrical-coordinate representation of color #4AA736: hue angle of 109.38º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4AA736 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 74 | 167 | 54 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.35 |
| HSL | 109.38º | 0.51% | 0.43% | - |
| HSV(B) | 109.38º | 0.68% | 0.65% | - |
| XYZ | 17.31 | 29.36 | 8.24 | - |
| YUV | 126.31 | 87.19 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 167 | 54 | 0.56 | 0 | 0.68 | 0.35 | 109.38 | 0.51 | 0.43 |
| Hex | 4A | A7 | 36 | 38 | 0 | 44 | 23 | 6D | 33 | 2B |
| Octal | 112 | 247 | 66 | 70 | 0 | 104 | 43 | 155 | 63 | 53 |
| Binary | 1001010 | 10100111 | 110110 | 111000 | 0 | 1000100 | 100011 | 1101101 | 110011 | 101011 |
Color Harmonies of #4AA736
Complementary color
Monochromatic Colors of #4AA736
Black with #4AA736
Text Example
Text Example
White with #4AA736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA736; }
p { color: rgb(74,167,54); }
H1.HeaderClassName
{
color: #4AA736;
}
.AnyTagClassName
{
color: #4AA736;
}
</style>
background-color css
<style>
a { background-color: #4AA736; }
a { background-color: rgb(74,167,54); }
div.DivClassName
{
background-color: #4AA736;
}
.BgClassName
{
background-color: #4AA736;
}
</style>
border-color css
<style>
span { border-color: #4AA736; }
span { border-color: rgb(74,167,54); }
td.TdClassName
{
border-color: #4AA736;
}
.TagClassName
{
border-color: #4AA736;
}
</style>