Shades of Fruit Salad #37A13B
Tints of Fruit Salad #37A13B
RGB
CMYK
RGB Variations
Color information
#37A13B (or 0x37A13B) is known color: Fruit Salad. HEX triplet: 37, A1 and 3B. RGB value is (55,161,59). Sum of RGB (Red+Green+Blue) = 55+161+59=275 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 59 (23.44% from 255 or 21.45% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #37A13B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37A13B is #C85EC4. Grayscale: #757575. Windows color (decimal): -13131461 or 3907895. OLE color: 3907895.
HSL color Cylindrical-coordinate representation of color #37A13B: hue angle of 122.26º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #37A13B is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 55 | 161 | 59 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.37 |
| HSL | 122.26º | 0.49% | 0.42% | - |
| HSV(B) | 122.26º | 0.66% | 0.63% | - |
| XYZ | 15.11 | 26.62 | 8.48 | - |
| YUV | 117.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 161 | 59 | 0.66 | 0 | 0.63 | 0.37 | 122.26 | 0.49 | 0.42 |
| Hex | 37 | A1 | 3B | 42 | 0 | 3F | 25 | 7A | 31 | 2A |
| Octal | 67 | 241 | 73 | 102 | 0 | 77 | 45 | 172 | 61 | 52 |
| Binary | 110111 | 10100001 | 111011 | 1000010 | 0 | 111111 | 100101 | 1111010 | 110001 | 101010 |
Color Harmonies of #37A13B
Complementary color
Monochromatic Colors of #37A13B
Black with #37A13B
Text Example
Text Example
White with #37A13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37A13B; }
p { color: rgb(55,161,59); }
H1.HeaderClassName
{
color: #37A13B;
}
.AnyTagClassName
{
color: #37A13B;
}
</style>
background-color css
<style>
a { background-color: #37A13B; }
a { background-color: rgb(55,161,59); }
div.DivClassName
{
background-color: #37A13B;
}
.BgClassName
{
background-color: #37A13B;
}
</style>
border-color css
<style>
span { border-color: #37A13B; }
span { border-color: rgb(55,161,59); }
td.TdClassName
{
border-color: #37A13B;
}
.TagClassName
{
border-color: #37A13B;
}
</style>