Shades of Fruit Salad #36AC40
Tints of Fruit Salad #36AC40
RGB
CMYK
RGB Variations
Color information
#36AC40 (or 0x36AC40) is known color: Fruit Salad. HEX triplet: 36, AC and 40. RGB value is (54,172,64). Sum of RGB (Red+Green+Blue) = 54+172+64=290 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.62% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #36AC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AC40 is #C953BF. Grayscale: #7C7C7C. Windows color (decimal): -13194176 or 4238390. OLE color: 4238390.
HSL color Cylindrical-coordinate representation of color #36AC40: hue angle of 125.08º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AC40 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 172 | 64 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.33 |
| HSL | 125.08º | 0.52% | 0.44% | - |
| HSV(B) | 125.08º | 0.69% | 0.67% | - |
| XYZ | 17.2 | 30.66 | 9.86 | - |
| YUV | 124.41 | 93.91 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 172 | 64 | 0.69 | 0 | 0.63 | 0.33 | 125.08 | 0.52 | 0.44 |
| Hex | 36 | AC | 40 | 45 | 0 | 3F | 21 | 7D | 34 | 2C |
| Octal | 66 | 254 | 100 | 105 | 0 | 77 | 41 | 175 | 64 | 54 |
| Binary | 110110 | 10101100 | 1000000 | 1000101 | 0 | 111111 | 100001 | 1111101 | 110100 | 101100 |
Color Harmonies of #36AC40
Complementary color
Monochromatic Colors of #36AC40
Black with #36AC40
Text Example
Text Example
White with #36AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AC40; }
p { color: rgb(54,172,64); }
H1.HeaderClassName
{
color: #36AC40;
}
.AnyTagClassName
{
color: #36AC40;
}
</style>
background-color css
<style>
a { background-color: #36AC40; }
a { background-color: rgb(54,172,64); }
div.DivClassName
{
background-color: #36AC40;
}
.BgClassName
{
background-color: #36AC40;
}
</style>
border-color css
<style>
span { border-color: #36AC40; }
span { border-color: rgb(54,172,64); }
td.TdClassName
{
border-color: #36AC40;
}
.TagClassName
{
border-color: #36AC40;
}
</style>