Shades of Fruit Salad #44A83A
Tints of Fruit Salad #44A83A
RGB
CMYK
RGB Variations
Color information
#44A83A (or 0x44A83A) is known color: Fruit Salad. HEX triplet: 44, A8 and 3A. RGB value is (68,168,58). Sum of RGB (Red+Green+Blue) = 68+168+58=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 168 (66.02% from 255 or 57.14% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 168 - color contains mainly: green. Hex color #44A83A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A83A is #BB57C5. Grayscale: #7D7D7D. Windows color (decimal): -12277702 or 3844164. OLE color: 3844164.
HSL color Cylindrical-coordinate representation of color #44A83A: hue angle of 114.55º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44A83A is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 68 | 168 | 58 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.34 |
| HSL | 114.55º | 0.49% | 0.44% | - |
| HSV(B) | 114.55º | 0.65% | 0.66% | - |
| XYZ | 17.15 | 29.54 | 8.8 | - |
| YUV | 125.56 | 89.87 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 168 | 58 | 0.60 | 0 | 0.65 | 0.34 | 114.55 | 0.49 | 0.44 |
| Hex | 44 | A8 | 3A | 3C | 0 | 41 | 22 | 73 | 31 | 2C |
| Octal | 104 | 250 | 72 | 74 | 0 | 101 | 42 | 163 | 61 | 54 |
| Binary | 1000100 | 10101000 | 111010 | 111100 | 0 | 1000001 | 100010 | 1110011 | 110001 | 101100 |
Color Harmonies of #44A83A
Complementary color
Monochromatic Colors of #44A83A
Black with #44A83A
Text Example
Text Example
White with #44A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A83A; }
p { color: rgb(68,168,58); }
H1.HeaderClassName
{
color: #44A83A;
}
.AnyTagClassName
{
color: #44A83A;
}
</style>
background-color css
<style>
a { background-color: #44A83A; }
a { background-color: rgb(68,168,58); }
div.DivClassName
{
background-color: #44A83A;
}
.BgClassName
{
background-color: #44A83A;
}
</style>
border-color css
<style>
span { border-color: #44A83A; }
span { border-color: rgb(68,168,58); }
td.TdClassName
{
border-color: #44A83A;
}
.TagClassName
{
border-color: #44A83A;
}
</style>