Shades of Fruit Salad #379641
Tints of Fruit Salad #379641
RGB
CMYK
RGB Variations
Color information
#379641 (or 0x379641) is known color: Fruit Salad. HEX triplet: 37, 96 and 41. RGB value is (55,150,65). Sum of RGB (Red+Green+Blue) = 55+150+65=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #379641 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379641 is #C869BE. Grayscale: #707070. Windows color (decimal): -13134271 or 4298295. OLE color: 4298295.
HSL color Cylindrical-coordinate representation of color #379641: hue angle of 126.32º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #379641 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 150 | 65 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.41 |
| HSL | 126.32º | 0.46% | 0.4% | - |
| HSV(B) | 126.32º | 0.63% | 0.59% | - |
| XYZ | 13.44 | 23.01 | 8.73 | - |
| YUV | 111.91 | 101.53 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 150 | 65 | 0.63 | 0 | 0.57 | 0.41 | 126.32 | 0.46 | 0.4 |
| Hex | 37 | 96 | 41 | 3F | 0 | 39 | 29 | 7E | 2E | 28 |
| Octal | 67 | 226 | 101 | 77 | 0 | 71 | 51 | 176 | 56 | 50 |
| Binary | 110111 | 10010110 | 1000001 | 111111 | 0 | 111001 | 101001 | 1111110 | 101110 | 101000 |
Color Harmonies of #379641
Complementary color
Monochromatic Colors of #379641
Black with #379641
Text Example
Text Example
White with #379641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379641; }
p { color: rgb(55,150,65); }
H1.HeaderClassName
{
color: #379641;
}
.AnyTagClassName
{
color: #379641;
}
</style>
background-color css
<style>
a { background-color: #379641; }
a { background-color: rgb(55,150,65); }
div.DivClassName
{
background-color: #379641;
}
.BgClassName
{
background-color: #379641;
}
</style>
border-color css
<style>
span { border-color: #379641; }
span { border-color: rgb(55,150,65); }
td.TdClassName
{
border-color: #379641;
}
.TagClassName
{
border-color: #379641;
}
</style>