Shades of Fruit Salad #44953E
Tints of Fruit Salad #44953E
RGB
CMYK
RGB Variations
Color information
#44953E (or 0x44953E) is known color: Fruit Salad. HEX triplet: 44, 95 and 3E. RGB value is (68,149,62). Sum of RGB (Red+Green+Blue) = 68+149+62=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #44953E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44953E is #BB6AC1. Grayscale: #737373. Windows color (decimal): -12282562 or 4101444. OLE color: 4101444.
HSL color Cylindrical-coordinate representation of color #44953E: hue angle of 115.86º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44953E is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 68 | 149 | 62 | - |
| CMYK | 0.54 | 0 | 0.58 | 0.42 |
| HSL | 115.86º | 0.41% | 0.41% | - |
| HSV(B) | 115.86º | 0.58% | 0.58% | - |
| XYZ | 14 | 23.07 | 8.27 | - |
| YUV | 114.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 149 | 62 | 0.54 | 0 | 0.58 | 0.42 | 115.86 | 0.41 | 0.41 |
| Hex | 44 | 95 | 3E | 36 | 0 | 3A | 2A | 74 | 29 | 29 |
| Octal | 104 | 225 | 76 | 66 | 0 | 72 | 52 | 164 | 51 | 51 |
| Binary | 1000100 | 10010101 | 111110 | 110110 | 0 | 111010 | 101010 | 1110100 | 101001 | 101001 |
Color Harmonies of #44953E
Complementary color
Monochromatic Colors of #44953E
Black with #44953E
Text Example
Text Example
White with #44953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44953E; }
p { color: rgb(68,149,62); }
H1.HeaderClassName
{
color: #44953E;
}
.AnyTagClassName
{
color: #44953E;
}
</style>
background-color css
<style>
a { background-color: #44953E; }
a { background-color: rgb(68,149,62); }
div.DivClassName
{
background-color: #44953E;
}
.BgClassName
{
background-color: #44953E;
}
</style>
border-color css
<style>
span { border-color: #44953E; }
span { border-color: rgb(68,149,62); }
td.TdClassName
{
border-color: #44953E;
}
.TagClassName
{
border-color: #44953E;
}
</style>