Shades of Fruit Salad #44A452
Tints of Fruit Salad #44A452
RGB
CMYK
RGB Variations
Color information
#44A452 (or 0x44A452) is known color: Fruit Salad. HEX triplet: 44, A4 and 52. RGB value is (68,164,82). Sum of RGB (Red+Green+Blue) = 68+164+82=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #44A452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A452 is #BB5BAD. Grayscale: #7E7E7E. Windows color (decimal): -12278702 or 5416004. OLE color: 5416004.
HSL color Cylindrical-coordinate representation of color #44A452: hue angle of 128.75º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A452 is Cyan = 0.59, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 164 | 82 | - |
| CMYK | 0.59 | 0 | 0.5 | 0.36 |
| HSL | 128.75º | 0.41% | 0.45% | - |
| HSV(B) | 128.75º | 0.59% | 0.64% | - |
| XYZ | 17.18 | 28.39 | 12.56 | - |
| YUV | 125.95 | 103.2 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 164 | 82 | 0.59 | 0 | 0.5 | 0.36 | 128.75 | 0.41 | 0.45 |
| Hex | 44 | A4 | 52 | 3B | 0 | 32 | 24 | 81 | 29 | 2D |
| Octal | 104 | 244 | 122 | 73 | 0 | 62 | 44 | 201 | 51 | 55 |
| Binary | 1000100 | 10100100 | 1010010 | 111011 | 0 | 110010 | 100100 | 10000001 | 101001 | 101101 |
Color Harmonies of #44A452
Complementary color
Monochromatic Colors of #44A452
Black with #44A452
Text Example
Text Example
White with #44A452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A452; }
p { color: rgb(68,164,82); }
H1.HeaderClassName
{
color: #44A452;
}
.AnyTagClassName
{
color: #44A452;
}
</style>
background-color css
<style>
a { background-color: #44A452; }
a { background-color: rgb(68,164,82); }
div.DivClassName
{
background-color: #44A452;
}
.BgClassName
{
background-color: #44A452;
}
</style>
border-color css
<style>
span { border-color: #44A452; }
span { border-color: rgb(68,164,82); }
td.TdClassName
{
border-color: #44A452;
}
.TagClassName
{
border-color: #44A452;
}
</style>