Shades of Fruit Salad #449750
Tints of Fruit Salad #449750
RGB
CMYK
RGB Variations
Color information
#449750 (or 0x449750) is known color: Fruit Salad. HEX triplet: 44, 97 and 50. RGB value is (68,151,80). Sum of RGB (Red+Green+Blue) = 68+151+80=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 151 (59.38% from 255 or 50.50% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 151 - color contains mainly: green. Hex color #449750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449750 is #BB68AF. Grayscale: #767676. Windows color (decimal): -12282032 or 5281604. OLE color: 5281604.
HSL color Cylindrical-coordinate representation of color #449750: hue angle of 128.67º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449750 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 68 | 151 | 80 | - |
| CMYK | 0.55 | 0 | 0.47 | 0.41 |
| HSL | 128.67º | 0.38% | 0.43% | - |
| HSV(B) | 128.67º | 0.55% | 0.59% | - |
| XYZ | 14.9 | 23.94 | 11.43 | - |
| YUV | 118.09 | 106.5 | 92.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 151 | 80 | 0.55 | 0 | 0.47 | 0.41 | 128.67 | 0.38 | 0.43 |
| Hex | 44 | 97 | 50 | 37 | 0 | 2F | 29 | 81 | 26 | 2B |
| Octal | 104 | 227 | 120 | 67 | 0 | 57 | 51 | 201 | 46 | 53 |
| Binary | 1000100 | 10010111 | 1010000 | 110111 | 0 | 101111 | 101001 | 10000001 | 100110 | 101011 |
Color Harmonies of #449750
Complementary color
Monochromatic Colors of #449750
Black with #449750
Text Example
Text Example
White with #449750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449750; }
p { color: rgb(68,151,80); }
H1.HeaderClassName
{
color: #449750;
}
.AnyTagClassName
{
color: #449750;
}
</style>
background-color css
<style>
a { background-color: #449750; }
a { background-color: rgb(68,151,80); }
div.DivClassName
{
background-color: #449750;
}
.BgClassName
{
background-color: #449750;
}
</style>
border-color css
<style>
span { border-color: #449750; }
span { border-color: rgb(68,151,80); }
td.TdClassName
{
border-color: #449750;
}
.TagClassName
{
border-color: #449750;
}
</style>