Shades of Fruit Salad #36A040
Tints of Fruit Salad #36A040
RGB
CMYK
RGB Variations
Color information
#36A040 (or 0x36A040) is known color: Fruit Salad. HEX triplet: 36, A0 and 40. RGB value is (54,160,64). Sum of RGB (Red+Green+Blue) = 54+160+64=278 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.42% from 278); Green value is 160 (62.89% from 255 or 57.55% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 160 - color contains mainly: green. Hex color #36A040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A040 is #C95FBF. Grayscale: #757575. Windows color (decimal): -13197248 or 4235318. OLE color: 4235318.
HSL color Cylindrical-coordinate representation of color #36A040: hue angle of 125.66º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36A040 is Cyan = 0.66, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 160 | 64 | - |
| CMYK | 0.66 | 0 | 0.6 | 0.37 |
| HSL | 125.66º | 0.5% | 0.42% | - |
| HSV(B) | 125.66º | 0.66% | 0.63% | - |
| XYZ | 15.02 | 26.3 | 9.13 | - |
| YUV | 117.36 | 97.88 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 64 | 0.66 | 0 | 0.6 | 0.37 | 125.66 | 0.5 | 0.42 |
| Hex | 36 | A0 | 40 | 42 | 0 | 3C | 25 | 7E | 32 | 2A |
| Octal | 66 | 240 | 100 | 102 | 0 | 74 | 45 | 176 | 62 | 52 |
| Binary | 110110 | 10100000 | 1000000 | 1000010 | 0 | 111100 | 100101 | 1111110 | 110010 | 101010 |
Color Harmonies of #36A040
Complementary color
Monochromatic Colors of #36A040
Black with #36A040
Text Example
Text Example
White with #36A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A040; }
p { color: rgb(54,160,64); }
H1.HeaderClassName
{
color: #36A040;
}
.AnyTagClassName
{
color: #36A040;
}
</style>
background-color css
<style>
a { background-color: #36A040; }
a { background-color: rgb(54,160,64); }
div.DivClassName
{
background-color: #36A040;
}
.BgClassName
{
background-color: #36A040;
}
</style>
border-color css
<style>
span { border-color: #36A040; }
span { border-color: rgb(54,160,64); }
td.TdClassName
{
border-color: #36A040;
}
.TagClassName
{
border-color: #36A040;
}
</style>