Shades of Fruit Salad #36A844
Tints of Fruit Salad #36A844
RGB
CMYK
RGB Variations
Color information
#36A844 (or 0x36A844) is known color: Fruit Salad. HEX triplet: 36, A8 and 44. RGB value is (54,168,68). Sum of RGB (Red+Green+Blue) = 54+168+68=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #36A844 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A844 is #C957BB. Grayscale: #7A7A7A. Windows color (decimal): -13195196 or 4499510. OLE color: 4499510.
HSL color Cylindrical-coordinate representation of color #36A844: hue angle of 127.37º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36A844 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 168 | 68 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.34 |
| HSL | 127.37º | 0.51% | 0.44% | - |
| HSV(B) | 127.37º | 0.68% | 0.66% | - |
| XYZ | 16.57 | 29.21 | 10.23 | - |
| YUV | 122.51 | 97.23 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 168 | 68 | 0.68 | 0 | 0.60 | 0.34 | 127.37 | 0.51 | 0.44 |
| Hex | 36 | A8 | 44 | 44 | 0 | 3C | 22 | 7F | 33 | 2C |
| Octal | 66 | 250 | 104 | 104 | 0 | 74 | 42 | 177 | 63 | 54 |
| Binary | 110110 | 10101000 | 1000100 | 1000100 | 0 | 111100 | 100010 | 1111111 | 110011 | 101100 |
Color Harmonies of #36A844
Complementary color
Monochromatic Colors of #36A844
Black with #36A844
Text Example
Text Example
White with #36A844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A844; }
p { color: rgb(54,168,68); }
H1.HeaderClassName
{
color: #36A844;
}
.AnyTagClassName
{
color: #36A844;
}
</style>
background-color css
<style>
a { background-color: #36A844; }
a { background-color: rgb(54,168,68); }
div.DivClassName
{
background-color: #36A844;
}
.BgClassName
{
background-color: #36A844;
}
</style>
border-color css
<style>
span { border-color: #36A844; }
span { border-color: rgb(54,168,68); }
td.TdClassName
{
border-color: #36A844;
}
.TagClassName
{
border-color: #36A844;
}
</style>