Shades of Fruit Salad #34A342
Tints of Fruit Salad #34A342
RGB
CMYK
RGB Variations
Color information
#34A342 (or 0x34A342) is known color: Fruit Salad. HEX triplet: 34, A3 and 42. RGB value is (52,163,66). Sum of RGB (Red+Green+Blue) = 52+163+66=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 163 (64.06% from 255 or 58.01% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 163 - color contains mainly: green. Hex color #34A342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A342 is #CB5CBD. Grayscale: #777777. Windows color (decimal): -13327550 or 4367156. OLE color: 4367156.
HSL color Cylindrical-coordinate representation of color #34A342: hue angle of 127.57º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A342 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 163 | 66 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.36 |
| HSL | 127.57º | 0.52% | 0.42% | - |
| HSV(B) | 127.57º | 0.68% | 0.64% | - |
| XYZ | 15.5 | 27.32 | 9.61 | - |
| YUV | 118.75 | 98.23 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 163 | 66 | 0.68 | 0 | 0.60 | 0.36 | 127.57 | 0.52 | 0.42 |
| Hex | 34 | A3 | 42 | 44 | 0 | 3C | 24 | 80 | 34 | 2A |
| Octal | 64 | 243 | 102 | 104 | 0 | 74 | 44 | 200 | 64 | 52 |
| Binary | 110100 | 10100011 | 1000010 | 1000100 | 0 | 111100 | 100100 | 10000000 | 110100 | 101010 |
Color Harmonies of #34A342
Complementary color
Monochromatic Colors of #34A342
Black with #34A342
Text Example
Text Example
White with #34A342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A342; }
p { color: rgb(52,163,66); }
H1.HeaderClassName
{
color: #34A342;
}
.AnyTagClassName
{
color: #34A342;
}
</style>
background-color css
<style>
a { background-color: #34A342; }
a { background-color: rgb(52,163,66); }
div.DivClassName
{
background-color: #34A342;
}
.BgClassName
{
background-color: #34A342;
}
</style>
border-color css
<style>
span { border-color: #34A342; }
span { border-color: rgb(52,163,66); }
td.TdClassName
{
border-color: #34A342;
}
.TagClassName
{
border-color: #34A342;
}
</style>