Shades of Fruit Salad #36973C
Tints of Fruit Salad #36973C
RGB
CMYK
RGB Variations
Color information
#36973C (or 0x36973C) is known color: Fruit Salad. HEX triplet: 36, 97 and 3C. RGB value is (54,151,60). Sum of RGB (Red+Green+Blue) = 54+151+60=265 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.38% from 265); Green value is 151 (59.38% from 255 or 56.98% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 151 - color contains mainly: green. Hex color #36973C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36973C is #C968C3. Grayscale: #6F6F6F. Windows color (decimal): -13199556 or 3970870. OLE color: 3970870.
HSL color Cylindrical-coordinate representation of color #36973C: hue angle of 123.71º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36973C is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 54 | 151 | 60 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.41 |
| HSL | 123.71º | 0.47% | 0.4% | - |
| HSV(B) | 123.71º | 0.64% | 0.59% | - |
| XYZ | 13.4 | 23.24 | 8.06 | - |
| YUV | 111.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 60 | 0.64 | 0 | 0.60 | 0.41 | 123.71 | 0.47 | 0.4 |
| Hex | 36 | 97 | 3C | 40 | 0 | 3C | 29 | 7C | 2F | 28 |
| Octal | 66 | 227 | 74 | 100 | 0 | 74 | 51 | 174 | 57 | 50 |
| Binary | 110110 | 10010111 | 111100 | 1000000 | 0 | 111100 | 101001 | 1111100 | 101111 | 101000 |
Color Harmonies of #36973C
Complementary color
Monochromatic Colors of #36973C
Black with #36973C
Text Example
Text Example
White with #36973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36973C; }
p { color: rgb(54,151,60); }
H1.HeaderClassName
{
color: #36973C;
}
.AnyTagClassName
{
color: #36973C;
}
</style>
background-color css
<style>
a { background-color: #36973C; }
a { background-color: rgb(54,151,60); }
div.DivClassName
{
background-color: #36973C;
}
.BgClassName
{
background-color: #36973C;
}
</style>
border-color css
<style>
span { border-color: #36973C; }
span { border-color: rgb(54,151,60); }
td.TdClassName
{
border-color: #36973C;
}
.TagClassName
{
border-color: #36973C;
}
</style>