Shades of Fruit Salad #36A03F
Tints of Fruit Salad #36A03F
RGB
CMYK
RGB Variations
Color information
#36A03F (or 0x36A03F) is known color: Fruit Salad. HEX triplet: 36, A0 and 3F. RGB value is (54,160,63). Sum of RGB (Red+Green+Blue) = 54+160+63=277 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.49% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #36A03F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A03F is #C95FC0. Grayscale: #757575. Windows color (decimal): -13197249 or 4169782. OLE color: 4169782.
HSL color Cylindrical-coordinate representation of color #36A03F: hue angle of 125.09º 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 #36A03F is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 54 | 160 | 63 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.37 |
| HSL | 125.09º | 0.5% | 0.42% | - |
| HSV(B) | 125.09º | 0.66% | 0.63% | - |
| XYZ | 14.99 | 26.28 | 8.99 | - |
| YUV | 117.25 | 97.38 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 160 | 63 | 0.66 | 0 | 0.61 | 0.37 | 125.09 | 0.5 | 0.42 |
| Hex | 36 | A0 | 3F | 42 | 0 | 3D | 25 | 7D | 32 | 2A |
| Octal | 66 | 240 | 77 | 102 | 0 | 75 | 45 | 175 | 62 | 52 |
| Binary | 110110 | 10100000 | 111111 | 1000010 | 0 | 111101 | 100101 | 1111101 | 110010 | 101010 |
Color Harmonies of #36A03F
Complementary color
Monochromatic Colors of #36A03F
Black with #36A03F
Text Example
Text Example
White with #36A03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A03F; }
p { color: rgb(54,160,63); }
H1.HeaderClassName
{
color: #36A03F;
}
.AnyTagClassName
{
color: #36A03F;
}
</style>
background-color css
<style>
a { background-color: #36A03F; }
a { background-color: rgb(54,160,63); }
div.DivClassName
{
background-color: #36A03F;
}
.BgClassName
{
background-color: #36A03F;
}
</style>
border-color css
<style>
span { border-color: #36A03F; }
span { border-color: rgb(54,160,63); }
td.TdClassName
{
border-color: #36A03F;
}
.TagClassName
{
border-color: #36A03F;
}
</style>