Shades of Fruit Salad #449F4D
Tints of Fruit Salad #449F4D
RGB
CMYK
RGB Variations
Color information
#449F4D (or 0x449F4D) is known color: Fruit Salad. HEX triplet: 44, 9F and 4D. RGB value is (68,159,77). Sum of RGB (Red+Green+Blue) = 68+159+77=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 159 (62.5% from 255 or 52.30% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 159 - color contains mainly: green. Hex color #449F4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F4D is #BB60B2. Grayscale: #7A7A7A. Windows color (decimal): -12279987 or 5087044. OLE color: 5087044.
HSL color Cylindrical-coordinate representation of color #449F4D: hue angle of 125.93º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F4D is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 68 | 159 | 77 | - |
| CMYK | 0.57 | 0 | 0.52 | 0.38 |
| HSL | 125.93º | 0.4% | 0.45% | - |
| HSV(B) | 125.93º | 0.57% | 0.62% | - |
| XYZ | 16.12 | 26.56 | 11.3 | - |
| YUV | 122.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 159 | 77 | 0.57 | 0 | 0.52 | 0.38 | 125.93 | 0.4 | 0.45 |
| Hex | 44 | 9F | 4D | 39 | 0 | 34 | 26 | 7E | 28 | 2D |
| Octal | 104 | 237 | 115 | 71 | 0 | 64 | 46 | 176 | 50 | 55 |
| Binary | 1000100 | 10011111 | 1001101 | 111001 | 0 | 110100 | 100110 | 1111110 | 101000 | 101101 |
Color Harmonies of #449F4D
Complementary color
Monochromatic Colors of #449F4D
Black with #449F4D
Text Example
Text Example
White with #449F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449F4D; }
p { color: rgb(68,159,77); }
H1.HeaderClassName
{
color: #449F4D;
}
.AnyTagClassName
{
color: #449F4D;
}
</style>
background-color css
<style>
a { background-color: #449F4D; }
a { background-color: rgb(68,159,77); }
div.DivClassName
{
background-color: #449F4D;
}
.BgClassName
{
background-color: #449F4D;
}
</style>
border-color css
<style>
span { border-color: #449F4D; }
span { border-color: rgb(68,159,77); }
td.TdClassName
{
border-color: #449F4D;
}
.TagClassName
{
border-color: #449F4D;
}
</style>