Shades of Fruit Salad #349C41
Tints of Fruit Salad #349C41
RGB
CMYK
RGB Variations
Color information
#349C41 (or 0x349C41) is known color: Fruit Salad. HEX triplet: 34, 9C and 41. RGB value is (52,156,65). Sum of RGB (Red+Green+Blue) = 52+156+65=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #349C41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C41 is #CB63BE. Grayscale: #727272. Windows color (decimal): -13329343 or 4299828. OLE color: 4299828.
HSL color Cylindrical-coordinate representation of color #349C41: hue angle of 127.5º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C41 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 65 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.39 |
| HSL | 127.5º | 0.5% | 0.41% | - |
| HSV(B) | 127.5º | 0.67% | 0.61% | - |
| XYZ | 14.26 | 24.89 | 9.05 | - |
| YUV | 114.53 | 100.04 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 65 | 0.67 | 0 | 0.58 | 0.39 | 127.5 | 0.5 | 0.41 |
| Hex | 34 | 9C | 41 | 43 | 0 | 3A | 27 | 80 | 32 | 29 |
| Octal | 64 | 234 | 101 | 103 | 0 | 72 | 47 | 200 | 62 | 51 |
| Binary | 110100 | 10011100 | 1000001 | 1000011 | 0 | 111010 | 100111 | 10000000 | 110010 | 101001 |
Color Harmonies of #349C41
Complementary color
Monochromatic Colors of #349C41
Black with #349C41
Text Example
Text Example
White with #349C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C41; }
p { color: rgb(52,156,65); }
H1.HeaderClassName
{
color: #349C41;
}
.AnyTagClassName
{
color: #349C41;
}
</style>
background-color css
<style>
a { background-color: #349C41; }
a { background-color: rgb(52,156,65); }
div.DivClassName
{
background-color: #349C41;
}
.BgClassName
{
background-color: #349C41;
}
</style>
border-color css
<style>
span { border-color: #349C41; }
span { border-color: rgb(52,156,65); }
td.TdClassName
{
border-color: #349C41;
}
.TagClassName
{
border-color: #349C41;
}
</style>