Shades of Fruit Salad #34963D
Tints of Fruit Salad #34963D
RGB
CMYK
RGB Variations
Color information
#34963D (or 0x34963D) is known color: Fruit Salad. HEX triplet: 34, 96 and 3D. RGB value is (52,150,61). Sum of RGB (Red+Green+Blue) = 52+150+61=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #34963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34963D is #CB69C2. Grayscale: #6E6E6E. Windows color (decimal): -13330883 or 4036148. OLE color: 4036148.
HSL color Cylindrical-coordinate representation of color #34963D: hue angle of 125.51º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34963D is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 150 | 61 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.41 |
| HSL | 125.51º | 0.49% | 0.4% | - |
| HSV(B) | 125.51º | 0.65% | 0.59% | - |
| XYZ | 13.16 | 22.88 | 8.14 | - |
| YUV | 110.55 | 100.03 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 150 | 61 | 0.65 | 0 | 0.59 | 0.41 | 125.51 | 0.49 | 0.4 |
| Hex | 34 | 96 | 3D | 41 | 0 | 3B | 29 | 7E | 31 | 28 |
| Octal | 64 | 226 | 75 | 101 | 0 | 73 | 51 | 176 | 61 | 50 |
| Binary | 110100 | 10010110 | 111101 | 1000001 | 0 | 111011 | 101001 | 1111110 | 110001 | 101000 |
Color Harmonies of #34963D
Complementary color
Monochromatic Colors of #34963D
Black with #34963D
Text Example
Text Example
White with #34963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34963D; }
p { color: rgb(52,150,61); }
H1.HeaderClassName
{
color: #34963D;
}
.AnyTagClassName
{
color: #34963D;
}
</style>
background-color css
<style>
a { background-color: #34963D; }
a { background-color: rgb(52,150,61); }
div.DivClassName
{
background-color: #34963D;
}
.BgClassName
{
background-color: #34963D;
}
</style>
border-color css
<style>
span { border-color: #34963D; }
span { border-color: rgb(52,150,61); }
td.TdClassName
{
border-color: #34963D;
}
.TagClassName
{
border-color: #34963D;
}
</style>