Shades of Fruit Salad #4BA045
Tints of Fruit Salad #4BA045
RGB
CMYK
RGB Variations
Color information
#4BA045 (or 0x4BA045) is known color: Fruit Salad. HEX triplet: 4B, A0 and 45. RGB value is (75,160,69). Sum of RGB (Red+Green+Blue) = 75+160+69=304 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.67% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4BA045 is #B45FBA. Grayscale: #7C7C7C. Windows color (decimal): -11820987 or 4563019. OLE color: 4563019.
HSL color Cylindrical-coordinate representation of color #4BA045: hue angle of 116.04º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BA045 is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 69 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.37 |
| HSL | 116.04º | 0.4% | 0.45% | - |
| HSV(B) | 116.04º | 0.57% | 0.63% | - |
| XYZ | 16.55 | 27.07 | 9.98 | - |
| YUV | 124.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 69 | 0.53 | 0 | 0.57 | 0.37 | 116.04 | 0.4 | 0.45 |
| Hex | 4B | A0 | 45 | 35 | 0 | 39 | 25 | 74 | 28 | 2D |
| Octal | 113 | 240 | 105 | 65 | 0 | 71 | 45 | 164 | 50 | 55 |
| Binary | 1001011 | 10100000 | 1000101 | 110101 | 0 | 111001 | 100101 | 1110100 | 101000 | 101101 |
Color Harmonies of #4BA045
Complementary color
Monochromatic Colors of #4BA045
Black with #4BA045
Text Example
Text Example
White with #4BA045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA045; }
p { color: rgb(75,160,69); }
H1.HeaderClassName
{
color: #4BA045;
}
.AnyTagClassName
{
color: #4BA045;
}
</style>
background-color css
<style>
a { background-color: #4BA045; }
a { background-color: rgb(75,160,69); }
div.DivClassName
{
background-color: #4BA045;
}
.BgClassName
{
background-color: #4BA045;
}
</style>
border-color css
<style>
span { border-color: #4BA045; }
span { border-color: rgb(75,160,69); }
td.TdClassName
{
border-color: #4BA045;
}
.TagClassName
{
border-color: #4BA045;
}
</style>