Shades of Fruit Salad #44AF34
Tints of Fruit Salad #44AF34
RGB
CMYK
RGB Variations
Color information
#44AF34 (or 0x44AF34) is known color: Fruit Salad. HEX triplet: 44, AF and 34. RGB value is (68,175,52). Sum of RGB (Red+Green+Blue) = 68+175+52=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AF34 is #BB50CB. Grayscale: #818181. Windows color (decimal): -12275916 or 3452740. OLE color: 3452740.
HSL color Cylindrical-coordinate representation of color #44AF34: hue angle of 112.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44AF34 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 175 | 52 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.31 |
| HSL | 112.2º | 0.54% | 0.45% | - |
| HSV(B) | 112.2º | 0.7% | 0.69% | - |
| XYZ | 18.33 | 32.14 | 8.49 | - |
| YUV | 128.99 | 84.55 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 52 | 0.61 | 0 | 0.70 | 0.31 | 112.2 | 0.54 | 0.45 |
| Hex | 44 | AF | 34 | 3D | 0 | 46 | 1F | 70 | 36 | 2D |
| Octal | 104 | 257 | 64 | 75 | 0 | 106 | 37 | 160 | 66 | 55 |
| Binary | 1000100 | 10101111 | 110100 | 111101 | 0 | 1000110 | 11111 | 1110000 | 110110 | 101101 |
Color Harmonies of #44AF34
Complementary color
Monochromatic Colors of #44AF34
Black with #44AF34
Text Example
Text Example
White with #44AF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AF34; }
p { color: rgb(68,175,52); }
H1.HeaderClassName
{
color: #44AF34;
}
.AnyTagClassName
{
color: #44AF34;
}
</style>
background-color css
<style>
a { background-color: #44AF34; }
a { background-color: rgb(68,175,52); }
div.DivClassName
{
background-color: #44AF34;
}
.BgClassName
{
background-color: #44AF34;
}
</style>
border-color css
<style>
span { border-color: #44AF34; }
span { border-color: rgb(68,175,52); }
td.TdClassName
{
border-color: #44AF34;
}
.TagClassName
{
border-color: #44AF34;
}
</style>