Shades of Fruit Salad #449A4F
Tints of Fruit Salad #449A4F
RGB
CMYK
RGB Variations
Color information
#449A4F (or 0x449A4F) is known color: Fruit Salad. HEX triplet: 44, 9A and 4F. RGB value is (68,154,79). Sum of RGB (Red+Green+Blue) = 68+154+79=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 154 (60.55% from 255 or 51.16% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 154 - color contains mainly: green. Hex color #449A4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449A4F is #BB65B0. Grayscale: #777777. Windows color (decimal): -12281265 or 5216836. OLE color: 5216836.
HSL color Cylindrical-coordinate representation of color #449A4F: hue angle of 127.67º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A4F is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 79 | - |
| CMYK | 0.56 | 0 | 0.49 | 0.40 |
| HSL | 127.67º | 0.39% | 0.44% | - |
| HSV(B) | 127.67º | 0.56% | 0.6% | - |
| XYZ | 15.35 | 24.9 | 11.4 | - |
| YUV | 119.74 | 105.01 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 79 | 0.56 | 0 | 0.49 | 0.40 | 127.67 | 0.39 | 0.44 |
| Hex | 44 | 9A | 4F | 38 | 0 | 31 | 28 | 80 | 27 | 2C |
| Octal | 104 | 232 | 117 | 70 | 0 | 61 | 50 | 200 | 47 | 54 |
| Binary | 1000100 | 10011010 | 1001111 | 111000 | 0 | 110001 | 101000 | 10000000 | 100111 | 101100 |
Color Harmonies of #449A4F
Complementary color
Monochromatic Colors of #449A4F
Black with #449A4F
Text Example
Text Example
White with #449A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A4F; }
p { color: rgb(68,154,79); }
H1.HeaderClassName
{
color: #449A4F;
}
.AnyTagClassName
{
color: #449A4F;
}
</style>
background-color css
<style>
a { background-color: #449A4F; }
a { background-color: rgb(68,154,79); }
div.DivClassName
{
background-color: #449A4F;
}
.BgClassName
{
background-color: #449A4F;
}
</style>
border-color css
<style>
span { border-color: #449A4F; }
span { border-color: rgb(68,154,79); }
td.TdClassName
{
border-color: #449A4F;
}
.TagClassName
{
border-color: #449A4F;
}
</style>