Shades of Fruit Salad #44AD4A
Tints of Fruit Salad #44AD4A
RGB
CMYK
RGB Variations
Color information
#44AD4A (or 0x44AD4A) is known color: Fruit Salad. HEX triplet: 44, AD and 4A. RGB value is (68,173,74). Sum of RGB (Red+Green+Blue) = 68+173+74=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AD4A is #BB52B5. Grayscale: #828282. Windows color (decimal): -12276406 or 4894020. OLE color: 4894020.
HSL color Cylindrical-coordinate representation of color #44AD4A: hue angle of 123.43º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AD4A is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 68 | 173 | 74 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.32 |
| HSL | 123.43º | 0.44% | 0.47% | - |
| HSV(B) | 123.43º | 0.61% | 0.68% | - |
| XYZ | 18.56 | 31.61 | 11.6 | - |
| YUV | 130.32 | 96.21 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 173 | 74 | 0.61 | 0 | 0.57 | 0.32 | 123.43 | 0.44 | 0.47 |
| Hex | 44 | AD | 4A | 3D | 0 | 39 | 20 | 7B | 2C | 2F |
| Octal | 104 | 255 | 112 | 75 | 0 | 71 | 40 | 173 | 54 | 57 |
| Binary | 1000100 | 10101101 | 1001010 | 111101 | 0 | 111001 | 100000 | 1111011 | 101100 | 101111 |
Color Harmonies of #44AD4A
Complementary color
Monochromatic Colors of #44AD4A
Black with #44AD4A
Text Example
Text Example
White with #44AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AD4A; }
p { color: rgb(68,173,74); }
H1.HeaderClassName
{
color: #44AD4A;
}
.AnyTagClassName
{
color: #44AD4A;
}
</style>
background-color css
<style>
a { background-color: #44AD4A; }
a { background-color: rgb(68,173,74); }
div.DivClassName
{
background-color: #44AD4A;
}
.BgClassName
{
background-color: #44AD4A;
}
</style>
border-color css
<style>
span { border-color: #44AD4A; }
span { border-color: rgb(68,173,74); }
td.TdClassName
{
border-color: #44AD4A;
}
.TagClassName
{
border-color: #44AD4A;
}
</style>