Shades of Fruit Salad #37953B
Tints of Fruit Salad #37953B
RGB
CMYK
RGB Variations
Color information
#37953B (or 0x37953B) is known color: Fruit Salad. HEX triplet: 37, 95 and 3B. RGB value is (55,149,59). Sum of RGB (Red+Green+Blue) = 55+149+59=263 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.91% from 263); Green value is 149 (58.59% from 255 or 56.65% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 149 - color contains mainly: green. Hex color #37953B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37953B is #C86AC4. Grayscale: #6E6E6E. Windows color (decimal): -13134533 or 3904823. OLE color: 3904823.
HSL color Cylindrical-coordinate representation of color #37953B: hue angle of 122.55º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #37953B is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 149 | 59 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.42 |
| HSL | 122.55º | 0.46% | 0.4% | - |
| HSV(B) | 122.55º | 0.63% | 0.58% | - |
| XYZ | 13.11 | 22.62 | 7.81 | - |
| YUV | 110.63 | 98.86 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 149 | 59 | 0.63 | 0 | 0.60 | 0.42 | 122.55 | 0.46 | 0.4 |
| Hex | 37 | 95 | 3B | 3F | 0 | 3C | 2A | 7B | 2E | 28 |
| Octal | 67 | 225 | 73 | 77 | 0 | 74 | 52 | 173 | 56 | 50 |
| Binary | 110111 | 10010101 | 111011 | 111111 | 0 | 111100 | 101010 | 1111011 | 101110 | 101000 |
Color Harmonies of #37953B
Complementary color
Monochromatic Colors of #37953B
Black with #37953B
Text Example
Text Example
White with #37953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37953B; }
p { color: rgb(55,149,59); }
H1.HeaderClassName
{
color: #37953B;
}
.AnyTagClassName
{
color: #37953B;
}
</style>
background-color css
<style>
a { background-color: #37953B; }
a { background-color: rgb(55,149,59); }
div.DivClassName
{
background-color: #37953B;
}
.BgClassName
{
background-color: #37953B;
}
</style>
border-color css
<style>
span { border-color: #37953B; }
span { border-color: rgb(55,149,59); }
td.TdClassName
{
border-color: #37953B;
}
.TagClassName
{
border-color: #37953B;
}
</style>