Shades of Fruit Salad #34A736
Tints of Fruit Salad #34A736
RGB
CMYK
RGB Variations
Color information
#34A736 (or 0x34A736) is known color: Fruit Salad. HEX triplet: 34, A7 and 36. RGB value is (52,167,54). Sum of RGB (Red+Green+Blue) = 52+167+54=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 167 (65.62% from 255 or 61.17% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 167 - color contains mainly: green. Hex color #34A736 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A736 is #CB58C9. Grayscale: #787878. Windows color (decimal): -13326538 or 3581748. OLE color: 3581748.
HSL color Cylindrical-coordinate representation of color #34A736: hue angle of 121.04º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A736 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 167 | 54 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.35 |
| HSL | 121.04º | 0.53% | 0.43% | - |
| HSV(B) | 121.04º | 0.69% | 0.65% | - |
| XYZ | 15.9 | 28.63 | 8.18 | - |
| YUV | 119.73 | 90.9 | 79.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 167 | 54 | 0.69 | 0 | 0.68 | 0.35 | 121.04 | 0.53 | 0.43 |
| Hex | 34 | A7 | 36 | 45 | 0 | 44 | 23 | 79 | 35 | 2B |
| Octal | 64 | 247 | 66 | 105 | 0 | 104 | 43 | 171 | 65 | 53 |
| Binary | 110100 | 10100111 | 110110 | 1000101 | 0 | 1000100 | 100011 | 1111001 | 110101 | 101011 |
Color Harmonies of #34A736
Complementary color
Monochromatic Colors of #34A736
Black with #34A736
Text Example
Text Example
White with #34A736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A736; }
p { color: rgb(52,167,54); }
H1.HeaderClassName
{
color: #34A736;
}
.AnyTagClassName
{
color: #34A736;
}
</style>
background-color css
<style>
a { background-color: #34A736; }
a { background-color: rgb(52,167,54); }
div.DivClassName
{
background-color: #34A736;
}
.BgClassName
{
background-color: #34A736;
}
</style>
border-color css
<style>
span { border-color: #34A736; }
span { border-color: rgb(52,167,54); }
td.TdClassName
{
border-color: #34A736;
}
.TagClassName
{
border-color: #34A736;
}
</style>