Shades of Fruit Salad #34A83C
Tints of Fruit Salad #34A83C
RGB
CMYK
RGB Variations
Color information
#34A83C (or 0x34A83C) is known color: Fruit Salad. HEX triplet: 34, A8 and 3C. RGB value is (52,168,60). Sum of RGB (Red+Green+Blue) = 52+168+60=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 168 (66.02% from 255 or 60% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 168 - color contains mainly: green. Hex color #34A83C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A83C is #CB57C3. Grayscale: #797979. Windows color (decimal): -13326276 or 3975220. OLE color: 3975220.
HSL color Cylindrical-coordinate representation of color #34A83C: hue angle of 124.14º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A83C is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 168 | 60 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.34 |
| HSL | 124.14º | 0.53% | 0.43% | - |
| HSV(B) | 124.14º | 0.69% | 0.66% | - |
| XYZ | 16.23 | 29.06 | 9.03 | - |
| YUV | 121 | 93.57 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 168 | 60 | 0.69 | 0 | 0.64 | 0.34 | 124.14 | 0.53 | 0.43 |
| Hex | 34 | A8 | 3C | 45 | 0 | 40 | 22 | 7C | 35 | 2B |
| Octal | 64 | 250 | 74 | 105 | 0 | 100 | 42 | 174 | 65 | 53 |
| Binary | 110100 | 10101000 | 111100 | 1000101 | 0 | 1000000 | 100010 | 1111100 | 110101 | 101011 |
Color Harmonies of #34A83C
Complementary color
Monochromatic Colors of #34A83C
Black with #34A83C
Text Example
Text Example
White with #34A83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A83C; }
p { color: rgb(52,168,60); }
H1.HeaderClassName
{
color: #34A83C;
}
.AnyTagClassName
{
color: #34A83C;
}
</style>
background-color css
<style>
a { background-color: #34A83C; }
a { background-color: rgb(52,168,60); }
div.DivClassName
{
background-color: #34A83C;
}
.BgClassName
{
background-color: #34A83C;
}
</style>
border-color css
<style>
span { border-color: #34A83C; }
span { border-color: rgb(52,168,60); }
td.TdClassName
{
border-color: #34A83C;
}
.TagClassName
{
border-color: #34A83C;
}
</style>