Shades of Fruit Salad #37B345
Tints of Fruit Salad #37B345
RGB
CMYK
RGB Variations
Color information
#37B345 (or 0x37B345) is known color: Fruit Salad. HEX triplet: 37, B3 and 45. RGB value is (55,179,69). Sum of RGB (Red+Green+Blue) = 55+179+69=303 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.15% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #37B345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B345 is #C84CBA. Grayscale: #818181. Windows color (decimal): -13126843 or 4567863. OLE color: 4567863.
HSL color Cylindrical-coordinate representation of color #37B345: hue angle of 126.77º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B345 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 179 | 69 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.30 |
| HSL | 126.77º | 0.53% | 0.46% | - |
| HSV(B) | 126.77º | 0.69% | 0.7% | - |
| XYZ | 18.77 | 33.48 | 11.1 | - |
| YUV | 129.38 | 93.92 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 179 | 69 | 0.69 | 0 | 0.61 | 0.30 | 126.77 | 0.53 | 0.46 |
| Hex | 37 | B3 | 45 | 45 | 0 | 3D | 1E | 7F | 35 | 2E |
| Octal | 67 | 263 | 105 | 105 | 0 | 75 | 36 | 177 | 65 | 56 |
| Binary | 110111 | 10110011 | 1000101 | 1000101 | 0 | 111101 | 11110 | 1111111 | 110101 | 101110 |
Color Harmonies of #37B345
Complementary color
Monochromatic Colors of #37B345
Black with #37B345
Text Example
Text Example
White with #37B345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B345; }
p { color: rgb(55,179,69); }
H1.HeaderClassName
{
color: #37B345;
}
.AnyTagClassName
{
color: #37B345;
}
</style>
background-color css
<style>
a { background-color: #37B345; }
a { background-color: rgb(55,179,69); }
div.DivClassName
{
background-color: #37B345;
}
.BgClassName
{
background-color: #37B345;
}
</style>
border-color css
<style>
span { border-color: #37B345; }
span { border-color: rgb(55,179,69); }
td.TdClassName
{
border-color: #37B345;
}
.TagClassName
{
border-color: #37B345;
}
</style>