Shades of Fruit Salad #34A640
Tints of Fruit Salad #34A640
RGB
CMYK
RGB Variations
Color information
#34A640 (or 0x34A640) is known color: Fruit Salad. HEX triplet: 34, A6 and 40. RGB value is (52,166,64). Sum of RGB (Red+Green+Blue) = 52+166+64=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 64 (25.39% from 255 or 22.70% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #34A640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A640 is #CB59BF. Grayscale: #787878. Windows color (decimal): -13326784 or 4236852. OLE color: 4236852.
HSL color Cylindrical-coordinate representation of color #34A640: hue angle of 126.32º degrees, saturation: 0.52, 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 #34A640 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 166 | 64 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.35 |
| HSL | 126.32º | 0.52% | 0.43% | - |
| HSV(B) | 126.32º | 0.69% | 0.65% | - |
| XYZ | 15.98 | 28.37 | 9.48 | - |
| YUV | 120.29 | 96.23 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 166 | 64 | 0.69 | 0 | 0.61 | 0.35 | 126.32 | 0.52 | 0.43 |
| Hex | 34 | A6 | 40 | 45 | 0 | 3D | 23 | 7E | 34 | 2B |
| Octal | 64 | 246 | 100 | 105 | 0 | 75 | 43 | 176 | 64 | 53 |
| Binary | 110100 | 10100110 | 1000000 | 1000101 | 0 | 111101 | 100011 | 1111110 | 110100 | 101011 |
Color Harmonies of #34A640
Complementary color
Monochromatic Colors of #34A640
Black with #34A640
Text Example
Text Example
White with #34A640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A640; }
p { color: rgb(52,166,64); }
H1.HeaderClassName
{
color: #34A640;
}
.AnyTagClassName
{
color: #34A640;
}
</style>
background-color css
<style>
a { background-color: #34A640; }
a { background-color: rgb(52,166,64); }
div.DivClassName
{
background-color: #34A640;
}
.BgClassName
{
background-color: #34A640;
}
</style>
border-color css
<style>
span { border-color: #34A640; }
span { border-color: rgb(52,166,64); }
td.TdClassName
{
border-color: #34A640;
}
.TagClassName
{
border-color: #34A640;
}
</style>