Shades of Fruit Salad #379C3A
Tints of Fruit Salad #379C3A
RGB
CMYK
RGB Variations
Color information
#379C3A (or 0x379C3A) is known color: Fruit Salad. HEX triplet: 37, 9C and 3A. RGB value is (55,156,58). Sum of RGB (Red+Green+Blue) = 55+156+58=269 (35% of max value = 765). Red value is 55 (21.88% from 255 or 20.45% from 269); Green value is 156 (61.33% from 255 or 57.99% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 156 - color contains mainly: green. Hex color #379C3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #379C3A is #C863C5. Grayscale: #727272. Windows color (decimal): -13132742 or 3841079. OLE color: 3841079.
HSL color Cylindrical-coordinate representation of color #379C3A: hue angle of 121.78º 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 #379C3A is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 156 | 58 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.39 |
| HSL | 121.78º | 0.48% | 0.41% | - |
| HSV(B) | 121.78º | 0.65% | 0.61% | - |
| XYZ | 14.23 | 24.89 | 8.06 | - |
| YUV | 114.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 156 | 58 | 0.65 | 0 | 0.63 | 0.39 | 121.78 | 0.48 | 0.41 |
| Hex | 37 | 9C | 3A | 41 | 0 | 3F | 27 | 7A | 30 | 29 |
| Octal | 67 | 234 | 72 | 101 | 0 | 77 | 47 | 172 | 60 | 51 |
| Binary | 110111 | 10011100 | 111010 | 1000001 | 0 | 111111 | 100111 | 1111010 | 110000 | 101001 |
Color Harmonies of #379C3A
Complementary color
Monochromatic Colors of #379C3A
Black with #379C3A
Text Example
Text Example
White with #379C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #379C3A; }
p { color: rgb(55,156,58); }
H1.HeaderClassName
{
color: #379C3A;
}
.AnyTagClassName
{
color: #379C3A;
}
</style>
background-color css
<style>
a { background-color: #379C3A; }
a { background-color: rgb(55,156,58); }
div.DivClassName
{
background-color: #379C3A;
}
.BgClassName
{
background-color: #379C3A;
}
</style>
border-color css
<style>
span { border-color: #379C3A; }
span { border-color: rgb(55,156,58); }
td.TdClassName
{
border-color: #379C3A;
}
.TagClassName
{
border-color: #379C3A;
}
</style>