Shades of Fruit Salad #36B74A
Tints of Fruit Salad #36B74A
RGB
CMYK
RGB Variations
Color information
#36B74A (or 0x36B74A) is known color: Fruit Salad. HEX triplet: 36, B7 and 4A. RGB value is (54,183,74). Sum of RGB (Red+Green+Blue) = 54+183+74=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 74 (29.30% from 255 or 23.79% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #36B74A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36B74A is #C948B5. Grayscale: #848484. Windows color (decimal): -13191350 or 4896566. OLE color: 4896566.
HSL color Cylindrical-coordinate representation of color #36B74A: hue angle of 129.3º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B74A is Cyan = 0.70, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 54 | 183 | 74 | - |
| CMYK | 0.70 | 0 | 0.60 | 0.28 |
| HSL | 129.3º | 0.54% | 0.46% | - |
| HSV(B) | 129.3º | 0.7% | 0.72% | - |
| XYZ | 19.69 | 35.15 | 12.22 | - |
| YUV | 132 | 95.26 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 183 | 74 | 0.70 | 0 | 0.60 | 0.28 | 129.3 | 0.54 | 0.46 |
| Hex | 36 | B7 | 4A | 46 | 0 | 3C | 1C | 81 | 36 | 2E |
| Octal | 66 | 267 | 112 | 106 | 0 | 74 | 34 | 201 | 66 | 56 |
| Binary | 110110 | 10110111 | 1001010 | 1000110 | 0 | 111100 | 11100 | 10000001 | 110110 | 101110 |
Color Harmonies of #36B74A
Complementary color
Monochromatic Colors of #36B74A
Black with #36B74A
Text Example
Text Example
White with #36B74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B74A; }
p { color: rgb(54,183,74); }
H1.HeaderClassName
{
color: #36B74A;
}
.AnyTagClassName
{
color: #36B74A;
}
</style>
background-color css
<style>
a { background-color: #36B74A; }
a { background-color: rgb(54,183,74); }
div.DivClassName
{
background-color: #36B74A;
}
.BgClassName
{
background-color: #36B74A;
}
</style>
border-color css
<style>
span { border-color: #36B74A; }
span { border-color: rgb(54,183,74); }
td.TdClassName
{
border-color: #36B74A;
}
.TagClassName
{
border-color: #36B74A;
}
</style>