Shades of Fruit Salad #34AA40
Tints of Fruit Salad #34AA40
RGB
CMYK
RGB Variations
Color information
#34AA40 (or 0x34AA40) is known color: Fruit Salad. HEX triplet: 34, AA and 40. RGB value is (52,170,64). Sum of RGB (Red+Green+Blue) = 52+170+64=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #34AA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AA40 is #CB55BF. Grayscale: #7A7A7A. Windows color (decimal): -13325760 or 4237876. OLE color: 4237876.
HSL color Cylindrical-coordinate representation of color #34AA40: hue angle of 126.1º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34AA40 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 170 | 64 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.33 |
| HSL | 126.1º | 0.53% | 0.44% | - |
| HSV(B) | 126.1º | 0.69% | 0.67% | - |
| XYZ | 16.72 | 29.85 | 9.73 | - |
| YUV | 122.63 | 94.91 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 170 | 64 | 0.69 | 0 | 0.62 | 0.33 | 126.1 | 0.53 | 0.44 |
| Hex | 34 | AA | 40 | 45 | 0 | 3E | 21 | 7E | 35 | 2C |
| Octal | 64 | 252 | 100 | 105 | 0 | 76 | 41 | 176 | 65 | 54 |
| Binary | 110100 | 10101010 | 1000000 | 1000101 | 0 | 111110 | 100001 | 1111110 | 110101 | 101100 |
Color Harmonies of #34AA40
Complementary color
Monochromatic Colors of #34AA40
Black with #34AA40
Text Example
Text Example
White with #34AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AA40; }
p { color: rgb(52,170,64); }
H1.HeaderClassName
{
color: #34AA40;
}
.AnyTagClassName
{
color: #34AA40;
}
</style>
background-color css
<style>
a { background-color: #34AA40; }
a { background-color: rgb(52,170,64); }
div.DivClassName
{
background-color: #34AA40;
}
.BgClassName
{
background-color: #34AA40;
}
</style>
border-color css
<style>
span { border-color: #34AA40; }
span { border-color: rgb(52,170,64); }
td.TdClassName
{
border-color: #34AA40;
}
.TagClassName
{
border-color: #34AA40;
}
</style>