Shades of Fruit Salad #36A440
Tints of Fruit Salad #36A440
RGB
CMYK
RGB Variations
Color information
#36A440 (or 0x36A440) is known color: Fruit Salad. HEX triplet: 36, A4 and 40. RGB value is (54,164,64). Sum of RGB (Red+Green+Blue) = 54+164+64=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 164 (64.45% from 255 or 58.16% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 164 - color contains mainly: green. Hex color #36A440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A440 is #C95BBF. Grayscale: #787878. Windows color (decimal): -13196224 or 4236342. OLE color: 4236342.
HSL color Cylindrical-coordinate representation of color #36A440: hue angle of 125.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A440 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 164 | 64 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.36 |
| HSL | 125.45º | 0.5% | 0.43% | - |
| HSV(B) | 125.45º | 0.67% | 0.64% | - |
| XYZ | 15.72 | 27.71 | 9.37 | - |
| YUV | 119.71 | 96.56 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 164 | 64 | 0.67 | 0 | 0.61 | 0.36 | 125.45 | 0.5 | 0.43 |
| Hex | 36 | A4 | 40 | 43 | 0 | 3D | 24 | 7D | 32 | 2B |
| Octal | 66 | 244 | 100 | 103 | 0 | 75 | 44 | 175 | 62 | 53 |
| Binary | 110110 | 10100100 | 1000000 | 1000011 | 0 | 111101 | 100100 | 1111101 | 110010 | 101011 |
Color Harmonies of #36A440
Complementary color
Monochromatic Colors of #36A440
Black with #36A440
Text Example
Text Example
White with #36A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A440; }
p { color: rgb(54,164,64); }
H1.HeaderClassName
{
color: #36A440;
}
.AnyTagClassName
{
color: #36A440;
}
</style>
background-color css
<style>
a { background-color: #36A440; }
a { background-color: rgb(54,164,64); }
div.DivClassName
{
background-color: #36A440;
}
.BgClassName
{
background-color: #36A440;
}
</style>
border-color css
<style>
span { border-color: #36A440; }
span { border-color: rgb(54,164,64); }
td.TdClassName
{
border-color: #36A440;
}
.TagClassName
{
border-color: #36A440;
}
</style>