Shades of Fruit Salad #349B3E
Tints of Fruit Salad #349B3E
RGB
CMYK
RGB Variations
Color information
#349B3E (or 0x349B3E) is known color: Fruit Salad. HEX triplet: 34, 9B and 3E. RGB value is (52,155,62). Sum of RGB (Red+Green+Blue) = 52+155+62=269 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.33% from 269); Green value is 155 (60.94% from 255 or 57.62% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 155 - color contains mainly: green. Hex color #349B3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349B3E is #CB64C1. Grayscale: #717171. Windows color (decimal): -13329602 or 4102964. OLE color: 4102964.
HSL color Cylindrical-coordinate representation of color #349B3E: hue angle of 125.83º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B3E is Cyan = 0.66, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 52 | 155 | 62 | - |
| CMYK | 0.66 | 0 | 0.6 | 0.39 |
| HSL | 125.83º | 0.5% | 0.41% | - |
| HSV(B) | 125.83º | 0.66% | 0.61% | - |
| XYZ | 14.01 | 24.52 | 8.55 | - |
| YUV | 113.6 | 98.88 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 62 | 0.66 | 0 | 0.6 | 0.39 | 125.83 | 0.5 | 0.41 |
| Hex | 34 | 9B | 3E | 42 | 0 | 3C | 27 | 7E | 32 | 29 |
| Octal | 64 | 233 | 76 | 102 | 0 | 74 | 47 | 176 | 62 | 51 |
| Binary | 110100 | 10011011 | 111110 | 1000010 | 0 | 111100 | 100111 | 1111110 | 110010 | 101001 |
Color Harmonies of #349B3E
Complementary color
Monochromatic Colors of #349B3E
Black with #349B3E
Text Example
Text Example
White with #349B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349B3E; }
p { color: rgb(52,155,62); }
H1.HeaderClassName
{
color: #349B3E;
}
.AnyTagClassName
{
color: #349B3E;
}
</style>
background-color css
<style>
a { background-color: #349B3E; }
a { background-color: rgb(52,155,62); }
div.DivClassName
{
background-color: #349B3E;
}
.BgClassName
{
background-color: #349B3E;
}
</style>
border-color css
<style>
span { border-color: #349B3E; }
span { border-color: rgb(52,155,62); }
td.TdClassName
{
border-color: #349B3E;
}
.TagClassName
{
border-color: #349B3E;
}
</style>