Shades of Fruit Salad #379B3B
Tints of Fruit Salad #379B3B
RGB
CMYK
RGB Variations
Color information
#379B3B (or 0x379B3B) is known color: Fruit Salad. HEX triplet: 37, 9B and 3B. RGB value is (55,155,59). Sum of RGB (Red+Green+Blue) = 55+155+59=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 155 (60.94% from 255 or 57.62% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 155 - color contains mainly: green. Hex color #379B3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379B3B is #C864C4. Grayscale: #727272. Windows color (decimal): -13132997 or 3906359. OLE color: 3906359.
HSL color Cylindrical-coordinate representation of color #379B3B: hue angle of 122.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379B3B is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 155 | 59 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.39 |
| HSL | 122.4º | 0.48% | 0.41% | - |
| HSV(B) | 122.4º | 0.65% | 0.61% | - |
| XYZ | 14.09 | 24.57 | 8.14 | - |
| YUV | 114.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 155 | 59 | 0.65 | 0 | 0.62 | 0.39 | 122.4 | 0.48 | 0.41 |
| Hex | 37 | 9B | 3B | 41 | 0 | 3E | 27 | 7A | 30 | 29 |
| Octal | 67 | 233 | 73 | 101 | 0 | 76 | 47 | 172 | 60 | 51 |
| Binary | 110111 | 10011011 | 111011 | 1000001 | 0 | 111110 | 100111 | 1111010 | 110000 | 101001 |
Color Harmonies of #379B3B
Complementary color
Monochromatic Colors of #379B3B
Black with #379B3B
Text Example
Text Example
White with #379B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379B3B; }
p { color: rgb(55,155,59); }
H1.HeaderClassName
{
color: #379B3B;
}
.AnyTagClassName
{
color: #379B3B;
}
</style>
background-color css
<style>
a { background-color: #379B3B; }
a { background-color: rgb(55,155,59); }
div.DivClassName
{
background-color: #379B3B;
}
.BgClassName
{
background-color: #379B3B;
}
</style>
border-color css
<style>
span { border-color: #379B3B; }
span { border-color: rgb(55,155,59); }
td.TdClassName
{
border-color: #379B3B;
}
.TagClassName
{
border-color: #379B3B;
}
</style>