Shades of Fruit Salad #33993C
Tints of Fruit Salad #33993C
RGB
CMYK
RGB Variations
Color information
#33993C (or 0x33993C) is known color: Fruit Salad. HEX triplet: 33, 99 and 3C. RGB value is (51,153,60). Sum of RGB (Red+Green+Blue) = 51+153+60=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 153 (60.16% from 255 or 57.95% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 153 - color contains mainly: green. Hex color #33993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33993C is #CC66C3. Grayscale: #707070. Windows color (decimal): -13395652 or 3971379. OLE color: 3971379.
HSL color Cylindrical-coordinate representation of color #33993C: hue angle of 125.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33993C is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 60 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.4 |
| HSL | 125.29º | 0.5% | 0.4% | - |
| HSV(B) | 125.29º | 0.67% | 0.6% | - |
| XYZ | 13.57 | 23.81 | 8.16 | - |
| YUV | 111.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 60 | 0.67 | 0 | 0.61 | 0.4 | 125.29 | 0.5 | 0.4 |
| Hex | 33 | 99 | 3C | 43 | 0 | 3D | 28 | 7D | 32 | 28 |
| Octal | 63 | 231 | 74 | 103 | 0 | 75 | 50 | 175 | 62 | 50 |
| Binary | 110011 | 10011001 | 111100 | 1000011 | 0 | 111101 | 101000 | 1111101 | 110010 | 101000 |
Color Harmonies of #33993C
Complementary color
Monochromatic Colors of #33993C
Black with #33993C
Text Example
Text Example
White with #33993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33993C; }
p { color: rgb(51,153,60); }
H1.HeaderClassName
{
color: #33993C;
}
.AnyTagClassName
{
color: #33993C;
}
</style>
background-color css
<style>
a { background-color: #33993C; }
a { background-color: rgb(51,153,60); }
div.DivClassName
{
background-color: #33993C;
}
.BgClassName
{
background-color: #33993C;
}
</style>
border-color css
<style>
span { border-color: #33993C; }
span { border-color: rgb(51,153,60); }
td.TdClassName
{
border-color: #33993C;
}
.TagClassName
{
border-color: #33993C;
}
</style>