Shades of Fruit Salad #34993B
Tints of Fruit Salad #34993B
RGB
CMYK
RGB Variations
Color information
#34993B (or 0x34993B) is known color: Fruit Salad. HEX triplet: 34, 99 and 3B. RGB value is (52,153,59). Sum of RGB (Red+Green+Blue) = 52+153+59=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 59 (23.44% from 255 or 22.35% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #34993B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34993B is #CB66C4. Grayscale: #707070. Windows color (decimal): -13330117 or 3905844. OLE color: 3905844.
HSL color Cylindrical-coordinate representation of color #34993B: hue angle of 124.16º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #34993B is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 59 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.4 |
| HSL | 124.16º | 0.49% | 0.4% | - |
| HSV(B) | 124.16º | 0.66% | 0.6% | - |
| XYZ | 13.6 | 23.83 | 8.02 | - |
| YUV | 112.09 | 98.04 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 59 | 0.66 | 0 | 0.61 | 0.4 | 124.16 | 0.49 | 0.4 |
| Hex | 34 | 99 | 3B | 42 | 0 | 3D | 28 | 7C | 31 | 28 |
| Octal | 64 | 231 | 73 | 102 | 0 | 75 | 50 | 174 | 61 | 50 |
| Binary | 110100 | 10011001 | 111011 | 1000010 | 0 | 111101 | 101000 | 1111100 | 110001 | 101000 |
Color Harmonies of #34993B
Complementary color
Monochromatic Colors of #34993B
Black with #34993B
Text Example
Text Example
White with #34993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34993B; }
p { color: rgb(52,153,59); }
H1.HeaderClassName
{
color: #34993B;
}
.AnyTagClassName
{
color: #34993B;
}
</style>
background-color css
<style>
a { background-color: #34993B; }
a { background-color: rgb(52,153,59); }
div.DivClassName
{
background-color: #34993B;
}
.BgClassName
{
background-color: #34993B;
}
</style>
border-color css
<style>
span { border-color: #34993B; }
span { border-color: rgb(52,153,59); }
td.TdClassName
{
border-color: #34993B;
}
.TagClassName
{
border-color: #34993B;
}
</style>