Shades of Fruit Salad #449A45
Tints of Fruit Salad #449A45
RGB
CMYK
RGB Variations
Color information
#449A45 (or 0x449A45) is known color: Fruit Salad. HEX triplet: 44, 9A and 45. RGB value is (68,154,69). Sum of RGB (Red+Green+Blue) = 68+154+69=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 154 (60.55% from 255 or 52.92% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 154 - color contains mainly: green. Hex color #449A45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A45 is #BB65BA. Grayscale: #767676. Windows color (decimal): -12281275 or 4561476. OLE color: 4561476.
HSL color Cylindrical-coordinate representation of color #449A45: hue angle of 120.7º 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 #449A45 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 68 | 154 | 69 | - |
| CMYK | 0.56 | 0 | 0.55 | 0.40 |
| HSL | 120.7º | 0.39% | 0.44% | - |
| HSV(B) | 120.7º | 0.56% | 0.6% | - |
| XYZ | 15.01 | 24.77 | 9.62 | - |
| YUV | 118.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 154 | 69 | 0.56 | 0 | 0.55 | 0.40 | 120.7 | 0.39 | 0.44 |
| Hex | 44 | 9A | 45 | 38 | 0 | 37 | 28 | 79 | 27 | 2C |
| Octal | 104 | 232 | 105 | 70 | 0 | 67 | 50 | 171 | 47 | 54 |
| Binary | 1000100 | 10011010 | 1000101 | 111000 | 0 | 110111 | 101000 | 1111001 | 100111 | 101100 |
Color Harmonies of #449A45
Complementary color
Monochromatic Colors of #449A45
Black with #449A45
Text Example
Text Example
White with #449A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449A45; }
p { color: rgb(68,154,69); }
H1.HeaderClassName
{
color: #449A45;
}
.AnyTagClassName
{
color: #449A45;
}
</style>
background-color css
<style>
a { background-color: #449A45; }
a { background-color: rgb(68,154,69); }
div.DivClassName
{
background-color: #449A45;
}
.BgClassName
{
background-color: #449A45;
}
</style>
border-color css
<style>
span { border-color: #449A45; }
span { border-color: rgb(68,154,69); }
td.TdClassName
{
border-color: #449A45;
}
.TagClassName
{
border-color: #449A45;
}
</style>