Shades of Fruit Salad #379342
Tints of Fruit Salad #379342
RGB
CMYK
RGB Variations
Color information
#379342 (or 0x379342) is known color: Fruit Salad. HEX triplet: 37, 93 and 42. RGB value is (55,147,66). Sum of RGB (Red+Green+Blue) = 55+147+66=268 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.52% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #379342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379342 is #C86CBD. Grayscale: #6E6E6E. Windows color (decimal): -13135038 or 4363063. OLE color: 4363063.
HSL color Cylindrical-coordinate representation of color #379342: hue angle of 127.17º 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 #379342 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 55 | 147 | 66 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.42 |
| HSL | 127.17º | 0.46% | 0.4% | - |
| HSV(B) | 127.17º | 0.63% | 0.58% | - |
| XYZ | 12.99 | 22.07 | 8.73 | - |
| YUV | 110.26 | 103.02 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 147 | 66 | 0.63 | 0 | 0.55 | 0.42 | 127.17 | 0.46 | 0.4 |
| Hex | 37 | 93 | 42 | 3F | 0 | 37 | 2A | 7F | 2E | 28 |
| Octal | 67 | 223 | 102 | 77 | 0 | 67 | 52 | 177 | 56 | 50 |
| Binary | 110111 | 10010011 | 1000010 | 111111 | 0 | 110111 | 101010 | 1111111 | 101110 | 101000 |
Color Harmonies of #379342
Complementary color
Monochromatic Colors of #379342
Black with #379342
Text Example
Text Example
White with #379342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379342; }
p { color: rgb(55,147,66); }
H1.HeaderClassName
{
color: #379342;
}
.AnyTagClassName
{
color: #379342;
}
</style>
background-color css
<style>
a { background-color: #379342; }
a { background-color: rgb(55,147,66); }
div.DivClassName
{
background-color: #379342;
}
.BgClassName
{
background-color: #379342;
}
</style>
border-color css
<style>
span { border-color: #379342; }
span { border-color: rgb(55,147,66); }
td.TdClassName
{
border-color: #379342;
}
.TagClassName
{
border-color: #379342;
}
</style>