Shades of Fruit Salad #34AD3B
Tints of Fruit Salad #34AD3B
RGB
CMYK
RGB Variations
Color information
#34AD3B (or 0x34AD3B) is known color: Fruit Salad. HEX triplet: 34, AD and 3B. RGB value is (52,173,59). Sum of RGB (Red+Green+Blue) = 52+173+59=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 173 (67.97% from 255 or 60.92% from 284); Blue value is 59 (23.44% from 255 or 20.77% from 284); Max value from RGB is 173 - color contains mainly: green. Hex color #34AD3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34AD3B is #CB52C4. Grayscale: #7C7C7C. Windows color (decimal): -13324997 or 3910964. OLE color: 3910964.
HSL color Cylindrical-coordinate representation of color #34AD3B: hue angle of 123.47º 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 #34AD3B is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 173 | 59 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.32 |
| HSL | 123.47º | 0.54% | 0.44% | - |
| HSV(B) | 123.47º | 0.7% | 0.68% | - |
| XYZ | 17.15 | 30.93 | 9.2 | - |
| YUV | 123.83 | 91.41 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 173 | 59 | 0.70 | 0 | 0.66 | 0.32 | 123.47 | 0.54 | 0.44 |
| Hex | 34 | AD | 3B | 46 | 0 | 42 | 20 | 7B | 36 | 2C |
| Octal | 64 | 255 | 73 | 106 | 0 | 102 | 40 | 173 | 66 | 54 |
| Binary | 110100 | 10101101 | 111011 | 1000110 | 0 | 1000010 | 100000 | 1111011 | 110110 | 101100 |
Color Harmonies of #34AD3B
Complementary color
Monochromatic Colors of #34AD3B
Black with #34AD3B
Text Example
Text Example
White with #34AD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34AD3B; }
p { color: rgb(52,173,59); }
H1.HeaderClassName
{
color: #34AD3B;
}
.AnyTagClassName
{
color: #34AD3B;
}
</style>
background-color css
<style>
a { background-color: #34AD3B; }
a { background-color: rgb(52,173,59); }
div.DivClassName
{
background-color: #34AD3B;
}
.BgClassName
{
background-color: #34AD3B;
}
</style>
border-color css
<style>
span { border-color: #34AD3B; }
span { border-color: rgb(52,173,59); }
td.TdClassName
{
border-color: #34AD3B;
}
.TagClassName
{
border-color: #34AD3B;
}
</style>