Shades of Fruit Salad #34993C
Tints of Fruit Salad #34993C
RGB
CMYK
RGB Variations
Color information
#34993C (or 0x34993C) is known color: Fruit Salad. HEX triplet: 34, 99 and 3C. RGB value is (52,153,60). Sum of RGB (Red+Green+Blue) = 52+153+60=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #34993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34993C is #CB66C3. Grayscale: #707070. Windows color (decimal): -13330116 or 3971380. OLE color: 3971380.
HSL color Cylindrical-coordinate representation of color #34993C: hue angle of 124.75º 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 #34993C is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 60 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.4 |
| HSL | 124.75º | 0.49% | 0.4% | - |
| HSV(B) | 124.75º | 0.66% | 0.6% | - |
| XYZ | 13.62 | 23.84 | 8.16 | - |
| YUV | 112.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 60 | 0.66 | 0 | 0.61 | 0.4 | 124.75 | 0.49 | 0.4 |
| Hex | 34 | 99 | 3C | 42 | 0 | 3D | 28 | 7D | 31 | 28 |
| Octal | 64 | 231 | 74 | 102 | 0 | 75 | 50 | 175 | 61 | 50 |
| Binary | 110100 | 10011001 | 111100 | 1000010 | 0 | 111101 | 101000 | 1111101 | 110001 | 101000 |
Color Harmonies of #34993C
Complementary color
Monochromatic Colors of #34993C
Black with #34993C
Text Example
Text Example
White with #34993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34993C; }
p { color: rgb(52,153,60); }
H1.HeaderClassName
{
color: #34993C;
}
.AnyTagClassName
{
color: #34993C;
}
</style>
background-color css
<style>
a { background-color: #34993C; }
a { background-color: rgb(52,153,60); }
div.DivClassName
{
background-color: #34993C;
}
.BgClassName
{
background-color: #34993C;
}
</style>
border-color css
<style>
span { border-color: #34993C; }
span { border-color: rgb(52,153,60); }
td.TdClassName
{
border-color: #34993C;
}
.TagClassName
{
border-color: #34993C;
}
</style>