Shades of Fruit Salad #34B044
Tints of Fruit Salad #34B044
RGB
CMYK
RGB Variations
Color information
#34B044 (or 0x34B044) is known color: Fruit Salad. HEX triplet: 34, B0 and 44. RGB value is (52,176,68). Sum of RGB (Red+Green+Blue) = 52+176+68=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 176 (69.14% from 255 or 59.46% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 176 - color contains mainly: green. Hex color #34B044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B044 is #CB4FBB. Grayscale: #7E7E7E. Windows color (decimal): -13324220 or 4501556. OLE color: 4501556.
HSL color Cylindrical-coordinate representation of color #34B044: hue angle of 127.74º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34B044 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 176 | 68 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.31 |
| HSL | 127.74º | 0.54% | 0.45% | - |
| HSV(B) | 127.74º | 0.7% | 0.69% | - |
| XYZ | 17.98 | 32.2 | 10.74 | - |
| YUV | 126.61 | 94.92 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 176 | 68 | 0.70 | 0 | 0.61 | 0.31 | 127.74 | 0.54 | 0.45 |
| Hex | 34 | B0 | 44 | 46 | 0 | 3D | 1F | 80 | 36 | 2D |
| Octal | 64 | 260 | 104 | 106 | 0 | 75 | 37 | 200 | 66 | 55 |
| Binary | 110100 | 10110000 | 1000100 | 1000110 | 0 | 111101 | 11111 | 10000000 | 110110 | 101101 |
Color Harmonies of #34B044
Complementary color
Monochromatic Colors of #34B044
Black with #34B044
Text Example
Text Example
White with #34B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B044; }
p { color: rgb(52,176,68); }
H1.HeaderClassName
{
color: #34B044;
}
.AnyTagClassName
{
color: #34B044;
}
</style>
background-color css
<style>
a { background-color: #34B044; }
a { background-color: rgb(52,176,68); }
div.DivClassName
{
background-color: #34B044;
}
.BgClassName
{
background-color: #34B044;
}
</style>
border-color css
<style>
span { border-color: #34B044; }
span { border-color: rgb(52,176,68); }
td.TdClassName
{
border-color: #34B044;
}
.TagClassName
{
border-color: #34B044;
}
</style>