Shades of Fruit Salad #448D4B
Tints of Fruit Salad #448D4B
RGB
CMYK
RGB Variations
Color information
#448D4B (or 0x448D4B) is known color: Fruit Salad. HEX triplet: 44, 8D and 4B. RGB value is (68,141,75). Sum of RGB (Red+Green+Blue) = 68+141+75=284 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.94% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #448D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D4B is #BB72B4. Grayscale: #6F6F6F. Windows color (decimal): -12284597 or 4951364. OLE color: 4951364.
HSL color Cylindrical-coordinate representation of color #448D4B: hue angle of 125.75º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D4B is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 141 | 75 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.45 |
| HSL | 125.75º | 0.35% | 0.41% | - |
| HSV(B) | 125.75º | 0.52% | 0.55% | - |
| XYZ | 13.18 | 20.79 | 9.97 | - |
| YUV | 111.65 | 107.32 | 96.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 75 | 0.52 | 0 | 0.47 | 0.45 | 125.75 | 0.35 | 0.41 |
| Hex | 44 | 8D | 4B | 34 | 0 | 2F | 2D | 7E | 23 | 29 |
| Octal | 104 | 215 | 113 | 64 | 0 | 57 | 55 | 176 | 43 | 51 |
| Binary | 1000100 | 10001101 | 1001011 | 110100 | 0 | 101111 | 101101 | 1111110 | 100011 | 101001 |
Color Harmonies of #448D4B
Complementary color
Monochromatic Colors of #448D4B
Black with #448D4B
Text Example
Text Example
White with #448D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448D4B; }
p { color: rgb(68,141,75); }
H1.HeaderClassName
{
color: #448D4B;
}
.AnyTagClassName
{
color: #448D4B;
}
</style>
background-color css
<style>
a { background-color: #448D4B; }
a { background-color: rgb(68,141,75); }
div.DivClassName
{
background-color: #448D4B;
}
.BgClassName
{
background-color: #448D4B;
}
</style>
border-color css
<style>
span { border-color: #448D4B; }
span { border-color: rgb(68,141,75); }
td.TdClassName
{
border-color: #448D4B;
}
.TagClassName
{
border-color: #448D4B;
}
</style>