Shades of Fruit Salad #448D45
Tints of Fruit Salad #448D45
RGB
CMYK
RGB Variations
Color information
#448D45 (or 0x448D45) is known color: Fruit Salad. HEX triplet: 44, 8D and 45. RGB value is (68,141,69). Sum of RGB (Red+Green+Blue) = 68+141+69=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 141 (55.47% from 255 or 50.72% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 141 - color contains mainly: green. Hex color #448D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D45 is #BB72BA. Grayscale: #6F6F6F. Windows color (decimal): -12284603 or 4558148. OLE color: 4558148.
HSL color Cylindrical-coordinate representation of color #448D45: hue angle of 120.82º 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 #448D45 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 68 | 141 | 69 | - |
| CMYK | 0.52 | 0 | 0.51 | 0.45 |
| HSL | 120.82º | 0.35% | 0.41% | - |
| HSV(B) | 120.82º | 0.52% | 0.55% | - |
| XYZ | 12.98 | 20.71 | 8.94 | - |
| YUV | 110.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 141 | 69 | 0.52 | 0 | 0.51 | 0.45 | 120.82 | 0.35 | 0.41 |
| Hex | 44 | 8D | 45 | 34 | 0 | 33 | 2D | 79 | 23 | 29 |
| Octal | 104 | 215 | 105 | 64 | 0 | 63 | 55 | 171 | 43 | 51 |
| Binary | 1000100 | 10001101 | 1000101 | 110100 | 0 | 110011 | 101101 | 1111001 | 100011 | 101001 |
Color Harmonies of #448D45
Complementary color
Monochromatic Colors of #448D45
Black with #448D45
Text Example
Text Example
White with #448D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448D45; }
p { color: rgb(68,141,69); }
H1.HeaderClassName
{
color: #448D45;
}
.AnyTagClassName
{
color: #448D45;
}
</style>
background-color css
<style>
a { background-color: #448D45; }
a { background-color: rgb(68,141,69); }
div.DivClassName
{
background-color: #448D45;
}
.BgClassName
{
background-color: #448D45;
}
</style>
border-color css
<style>
span { border-color: #448D45; }
span { border-color: rgb(68,141,69); }
td.TdClassName
{
border-color: #448D45;
}
.TagClassName
{
border-color: #448D45;
}
</style>