Shades of Fruit Salad #37B344
Tints of Fruit Salad #37B344
RGB
CMYK
RGB Variations
Color information
#37B344 (or 0x37B344) is known color: Fruit Salad. HEX triplet: 37, B3 and 44. RGB value is (55,179,68). Sum of RGB (Red+Green+Blue) = 55+179+68=302 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.21% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #37B344 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B344 is #C84CBB. Grayscale: #818181. Windows color (decimal): -13126844 or 4502327. OLE color: 4502327.
HSL color Cylindrical-coordinate representation of color #37B344: hue angle of 126.29º 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 #37B344 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 179 | 68 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.30 |
| HSL | 126.29º | 0.53% | 0.46% | - |
| HSV(B) | 126.29º | 0.69% | 0.7% | - |
| XYZ | 18.74 | 33.47 | 10.94 | - |
| YUV | 129.27 | 93.42 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 179 | 68 | 0.69 | 0 | 0.62 | 0.30 | 126.29 | 0.53 | 0.46 |
| Hex | 37 | B3 | 44 | 45 | 0 | 3E | 1E | 7E | 35 | 2E |
| Octal | 67 | 263 | 104 | 105 | 0 | 76 | 36 | 176 | 65 | 56 |
| Binary | 110111 | 10110011 | 1000100 | 1000101 | 0 | 111110 | 11110 | 1111110 | 110101 | 101110 |
Color Harmonies of #37B344
Complementary color
Monochromatic Colors of #37B344
Black with #37B344
Text Example
Text Example
White with #37B344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B344; }
p { color: rgb(55,179,68); }
H1.HeaderClassName
{
color: #37B344;
}
.AnyTagClassName
{
color: #37B344;
}
</style>
background-color css
<style>
a { background-color: #37B344; }
a { background-color: rgb(55,179,68); }
div.DivClassName
{
background-color: #37B344;
}
.BgClassName
{
background-color: #37B344;
}
</style>
border-color css
<style>
span { border-color: #37B344; }
span { border-color: rgb(55,179,68); }
td.TdClassName
{
border-color: #37B344;
}
.TagClassName
{
border-color: #37B344;
}
</style>