Shades of Fruit Salad #4B914F
Tints of Fruit Salad #4B914F
RGB
CMYK
RGB Variations
Color information
#4B914F (or 0x4B914F) is known color: Fruit Salad. HEX triplet: 4B, 91 and 4F. RGB value is (75,145,79). Sum of RGB (Red+Green+Blue) = 75+145+79=299 (39% of max value = 765). Red value is 75 (29.69% from 255 or 25.08% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #4B914F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B914F is #B46EB0. Grayscale: #747474. Windows color (decimal): -11824817 or 5214539. OLE color: 5214539.
HSL color Cylindrical-coordinate representation of color #4B914F: hue angle of 123.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B914F is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 75 | 145 | 79 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.43 |
| HSL | 123.43º | 0.32% | 0.43% | - |
| HSV(B) | 123.43º | 0.48% | 0.57% | - |
| XYZ | 14.44 | 22.31 | 10.94 | - |
| YUV | 116.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 145 | 79 | 0.48 | 0 | 0.46 | 0.43 | 123.43 | 0.32 | 0.43 |
| Hex | 4B | 91 | 4F | 30 | 0 | 2E | 2B | 7B | 20 | 2B |
| Octal | 113 | 221 | 117 | 60 | 0 | 56 | 53 | 173 | 40 | 53 |
| Binary | 1001011 | 10010001 | 1001111 | 110000 | 0 | 101110 | 101011 | 1111011 | 100000 | 101011 |
Color Harmonies of #4B914F
Complementary color
Monochromatic Colors of #4B914F
Black with #4B914F
Text Example
Text Example
White with #4B914F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B914F; }
p { color: rgb(75,145,79); }
H1.HeaderClassName
{
color: #4B914F;
}
.AnyTagClassName
{
color: #4B914F;
}
</style>
background-color css
<style>
a { background-color: #4B914F; }
a { background-color: rgb(75,145,79); }
div.DivClassName
{
background-color: #4B914F;
}
.BgClassName
{
background-color: #4B914F;
}
</style>
border-color css
<style>
span { border-color: #4B914F; }
span { border-color: rgb(75,145,79); }
td.TdClassName
{
border-color: #4B914F;
}
.TagClassName
{
border-color: #4B914F;
}
</style>