Shades of Fruit Salad #44993E
Tints of Fruit Salad #44993E
RGB
CMYK
RGB Variations
Color information
#44993E (or 0x44993E) is known color: Fruit Salad. HEX triplet: 44, 99 and 3E. RGB value is (68,153,62). Sum of RGB (Red+Green+Blue) = 68+153+62=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #44993E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44993E is #BB66C1. Grayscale: #757575. Windows color (decimal): -12281538 or 4102468. OLE color: 4102468.
HSL color Cylindrical-coordinate representation of color #44993E: hue angle of 116.04º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44993E is Cyan = 0.56, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 68 | 153 | 62 | - |
| CMYK | 0.56 | 0 | 0.59 | 0.4 |
| HSL | 116.04º | 0.42% | 0.42% | - |
| HSV(B) | 116.04º | 0.59% | 0.6% | - |
| XYZ | 14.64 | 24.36 | 8.49 | - |
| YUV | 117.21 | 96.84 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 153 | 62 | 0.56 | 0 | 0.59 | 0.4 | 116.04 | 0.42 | 0.42 |
| Hex | 44 | 99 | 3E | 38 | 0 | 3B | 28 | 74 | 2A | 2A |
| Octal | 104 | 231 | 76 | 70 | 0 | 73 | 50 | 164 | 52 | 52 |
| Binary | 1000100 | 10011001 | 111110 | 111000 | 0 | 111011 | 101000 | 1110100 | 101010 | 101010 |
Color Harmonies of #44993E
Complementary color
Monochromatic Colors of #44993E
Black with #44993E
Text Example
Text Example
White with #44993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44993E; }
p { color: rgb(68,153,62); }
H1.HeaderClassName
{
color: #44993E;
}
.AnyTagClassName
{
color: #44993E;
}
</style>
background-color css
<style>
a { background-color: #44993E; }
a { background-color: rgb(68,153,62); }
div.DivClassName
{
background-color: #44993E;
}
.BgClassName
{
background-color: #44993E;
}
</style>
border-color css
<style>
span { border-color: #44993E; }
span { border-color: rgb(68,153,62); }
td.TdClassName
{
border-color: #44993E;
}
.TagClassName
{
border-color: #44993E;
}
</style>