Shades of Fruit Salad #349C3D
Tints of Fruit Salad #349C3D
RGB
CMYK
RGB Variations
Color information
#349C3D (or 0x349C3D) is known color: Fruit Salad. HEX triplet: 34, 9C and 3D. RGB value is (52,156,61). Sum of RGB (Red+Green+Blue) = 52+156+61=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 156 (61.33% from 255 or 57.99% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 156 - color contains mainly: green. Hex color #349C3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C3D is #CB63C2. Grayscale: #727272. Windows color (decimal): -13329347 or 4037684. OLE color: 4037684.
HSL color Cylindrical-coordinate representation of color #349C3D: hue angle of 125.19º 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 #349C3D is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 156 | 61 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.39 |
| HSL | 125.19º | 0.5% | 0.41% | - |
| HSV(B) | 125.19º | 0.67% | 0.61% | - |
| XYZ | 14.15 | 24.84 | 8.46 | - |
| YUV | 114.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 156 | 61 | 0.67 | 0 | 0.61 | 0.39 | 125.19 | 0.5 | 0.41 |
| Hex | 34 | 9C | 3D | 43 | 0 | 3D | 27 | 7D | 32 | 29 |
| Octal | 64 | 234 | 75 | 103 | 0 | 75 | 47 | 175 | 62 | 51 |
| Binary | 110100 | 10011100 | 111101 | 1000011 | 0 | 111101 | 100111 | 1111101 | 110010 | 101001 |
Color Harmonies of #349C3D
Complementary color
Monochromatic Colors of #349C3D
Black with #349C3D
Text Example
Text Example
White with #349C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349C3D; }
p { color: rgb(52,156,61); }
H1.HeaderClassName
{
color: #349C3D;
}
.AnyTagClassName
{
color: #349C3D;
}
</style>
background-color css
<style>
a { background-color: #349C3D; }
a { background-color: rgb(52,156,61); }
div.DivClassName
{
background-color: #349C3D;
}
.BgClassName
{
background-color: #349C3D;
}
</style>
border-color css
<style>
span { border-color: #349C3D; }
span { border-color: rgb(52,156,61); }
td.TdClassName
{
border-color: #349C3D;
}
.TagClassName
{
border-color: #349C3D;
}
</style>