Shades of Fruit Salad #34AD3C
Tints of Fruit Salad #34AD3C
RGB
CMYK
RGB Variations
Color information
#34AD3C (or 0x34AD3C) is known color: Fruit Salad. HEX triplet: 34, AD and 3C. RGB value is (52,173,60). Sum of RGB (Red+Green+Blue) = 52+173+60=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD3C is #CB52C3. Grayscale: #7C7C7C. Windows color (decimal): -13324996 or 3976500. OLE color: 3976500.
HSL color Cylindrical-coordinate representation of color #34AD3C: hue angle of 123.97º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34AD3C is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 60 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.32 |
| HSL | 123.97º | 0.54% | 0.44% | - |
| HSV(B) | 123.97º | 0.7% | 0.68% | - |
| XYZ | 17.18 | 30.94 | 9.34 | - |
| YUV | 123.94 | 91.91 | 76.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 60 | 0.70 | 0 | 0.65 | 0.32 | 123.97 | 0.54 | 0.44 |
| Hex | 34 | AD | 3C | 46 | 0 | 41 | 20 | 7C | 36 | 2C |
| Octal | 64 | 255 | 74 | 106 | 0 | 101 | 40 | 174 | 66 | 54 |
| Binary | 110100 | 10101101 | 111100 | 1000110 | 0 | 1000001 | 100000 | 1111100 | 110110 | 101100 |
Color Harmonies of #34AD3C
Complementary color
Monochromatic Colors of #34AD3C
Black with #34AD3C
Text Example
Text Example
White with #34AD3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD3C; }
p { color: rgb(52,173,60); }
H1.HeaderClassName
{
color: #34AD3C;
}
.AnyTagClassName
{
color: #34AD3C;
}
</style>
background-color css
<style>
a { background-color: #34AD3C; }
a { background-color: rgb(52,173,60); }
div.DivClassName
{
background-color: #34AD3C;
}
.BgClassName
{
background-color: #34AD3C;
}
</style>
border-color css
<style>
span { border-color: #34AD3C; }
span { border-color: rgb(52,173,60); }
td.TdClassName
{
border-color: #34AD3C;
}
.TagClassName
{
border-color: #34AD3C;
}
</style>