Shades of Fruit Salad #36AB40
Tints of Fruit Salad #36AB40
RGB
CMYK
RGB Variations
Color information
#36AB40 (or 0x36AB40) is known color: Fruit Salad. HEX triplet: 36, AB and 40. RGB value is (54,171,64). Sum of RGB (Red+Green+Blue) = 54+171+64=289 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.69% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #36AB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AB40 is #C954BF. Grayscale: #7C7C7C. Windows color (decimal): -13194432 or 4238134. OLE color: 4238134.
HSL color Cylindrical-coordinate representation of color #36AB40: hue angle of 125.13º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AB40 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 171 | 64 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.33 |
| HSL | 125.13º | 0.52% | 0.44% | - |
| HSV(B) | 125.13º | 0.68% | 0.67% | - |
| XYZ | 17.01 | 30.28 | 9.8 | - |
| YUV | 123.82 | 94.24 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 171 | 64 | 0.68 | 0 | 0.63 | 0.33 | 125.13 | 0.52 | 0.44 |
| Hex | 36 | AB | 40 | 44 | 0 | 3F | 21 | 7D | 34 | 2C |
| Octal | 66 | 253 | 100 | 104 | 0 | 77 | 41 | 175 | 64 | 54 |
| Binary | 110110 | 10101011 | 1000000 | 1000100 | 0 | 111111 | 100001 | 1111101 | 110100 | 101100 |
Color Harmonies of #36AB40
Complementary color
Monochromatic Colors of #36AB40
Black with #36AB40
Text Example
Text Example
White with #36AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AB40; }
p { color: rgb(54,171,64); }
H1.HeaderClassName
{
color: #36AB40;
}
.AnyTagClassName
{
color: #36AB40;
}
</style>
background-color css
<style>
a { background-color: #36AB40; }
a { background-color: rgb(54,171,64); }
div.DivClassName
{
background-color: #36AB40;
}
.BgClassName
{
background-color: #36AB40;
}
</style>
border-color css
<style>
span { border-color: #36AB40; }
span { border-color: rgb(54,171,64); }
td.TdClassName
{
border-color: #36AB40;
}
.TagClassName
{
border-color: #36AB40;
}
</style>