Shades of Fruit Salad #44B449
Tints of Fruit Salad #44B449
RGB
CMYK
RGB Variations
Color information
#44B449 (or 0x44B449) is known color: Fruit Salad. HEX triplet: 44, B4 and 49. RGB value is (68,180,73). Sum of RGB (Red+Green+Blue) = 68+180+73=321 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.18% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #44B449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B449 is #BB4BB6. Grayscale: #868686. Windows color (decimal): -12274615 or 4830276. OLE color: 4830276.
HSL color Cylindrical-coordinate representation of color #44B449: hue angle of 122.68º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B449 is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 180 | 73 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.29 |
| HSL | 122.68º | 0.45% | 0.49% | - |
| HSV(B) | 122.68º | 0.62% | 0.71% | - |
| XYZ | 19.91 | 34.35 | 11.88 | - |
| YUV | 134.31 | 93.39 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 180 | 73 | 0.62 | 0 | 0.59 | 0.29 | 122.68 | 0.45 | 0.49 |
| Hex | 44 | B4 | 49 | 3E | 0 | 3B | 1D | 7B | 2D | 31 |
| Octal | 104 | 264 | 111 | 76 | 0 | 73 | 35 | 173 | 55 | 61 |
| Binary | 1000100 | 10110100 | 1001001 | 111110 | 0 | 111011 | 11101 | 1111011 | 101101 | 110001 |
Color Harmonies of #44B449
Complementary color
Monochromatic Colors of #44B449
Black with #44B449
Text Example
Text Example
White with #44B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B449; }
p { color: rgb(68,180,73); }
H1.HeaderClassName
{
color: #44B449;
}
.AnyTagClassName
{
color: #44B449;
}
</style>
background-color css
<style>
a { background-color: #44B449; }
a { background-color: rgb(68,180,73); }
div.DivClassName
{
background-color: #44B449;
}
.BgClassName
{
background-color: #44B449;
}
</style>
border-color css
<style>
span { border-color: #44B449; }
span { border-color: rgb(68,180,73); }
td.TdClassName
{
border-color: #44B449;
}
.TagClassName
{
border-color: #44B449;
}
</style>