Shades of Fruit Salad #379D3A
Tints of Fruit Salad #379D3A
RGB
CMYK
RGB Variations
Color information
#379D3A (or 0x379D3A) is known color: Fruit Salad. HEX triplet: 37, 9D and 3A. RGB value is (55,157,58). Sum of RGB (Red+Green+Blue) = 55+157+58=270 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.37% from 270); Green value is 157 (61.72% from 255 or 58.15% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 157 - color contains mainly: green. Hex color #379D3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379D3A is #C862C5. Grayscale: #737373. Windows color (decimal): -13132486 or 3841335. OLE color: 3841335.
HSL color Cylindrical-coordinate representation of color #379D3A: hue angle of 121.76º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D3A is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 157 | 58 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.38 |
| HSL | 121.76º | 0.48% | 0.42% | - |
| HSV(B) | 121.76º | 0.65% | 0.62% | - |
| XYZ | 14.4 | 25.23 | 8.11 | - |
| YUV | 115.22 | 95.71 | 85.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 157 | 58 | 0.65 | 0 | 0.63 | 0.38 | 121.76 | 0.48 | 0.42 |
| Hex | 37 | 9D | 3A | 41 | 0 | 3F | 26 | 7A | 30 | 2A |
| Octal | 67 | 235 | 72 | 101 | 0 | 77 | 46 | 172 | 60 | 52 |
| Binary | 110111 | 10011101 | 111010 | 1000001 | 0 | 111111 | 100110 | 1111010 | 110000 | 101010 |
Color Harmonies of #379D3A
Complementary color
Monochromatic Colors of #379D3A
Black with #379D3A
Text Example
Text Example
White with #379D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379D3A; }
p { color: rgb(55,157,58); }
H1.HeaderClassName
{
color: #379D3A;
}
.AnyTagClassName
{
color: #379D3A;
}
</style>
background-color css
<style>
a { background-color: #379D3A; }
a { background-color: rgb(55,157,58); }
div.DivClassName
{
background-color: #379D3A;
}
.BgClassName
{
background-color: #379D3A;
}
</style>
border-color css
<style>
span { border-color: #379D3A; }
span { border-color: rgb(55,157,58); }
td.TdClassName
{
border-color: #379D3A;
}
.TagClassName
{
border-color: #379D3A;
}
</style>