Shades of Fruit Salad #33A03B
Tints of Fruit Salad #33A03B
RGB
CMYK
RGB Variations
Color information
#33A03B (or 0x33A03B) is known color: Fruit Salad. HEX triplet: 33, A0 and 3B. RGB value is (51,160,59). Sum of RGB (Red+Green+Blue) = 51+160+59=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #33A03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A03B is #CC5FC4. Grayscale: #747474. Windows color (decimal): -13393861 or 3907635. OLE color: 3907635.
HSL color Cylindrical-coordinate representation of color #33A03B: hue angle of 124.4º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A03B is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 59 | - |
| CMYK | 0.68 | 0 | 0.63 | 0.37 |
| HSL | 124.4º | 0.52% | 0.41% | - |
| HSV(B) | 124.4º | 0.68% | 0.63% | - |
| XYZ | 14.73 | 26.16 | 8.41 | - |
| YUV | 115.9 | 95.89 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 59 | 0.68 | 0 | 0.63 | 0.37 | 124.4 | 0.52 | 0.41 |
| Hex | 33 | A0 | 3B | 44 | 0 | 3F | 25 | 7C | 34 | 29 |
| Octal | 63 | 240 | 73 | 104 | 0 | 77 | 45 | 174 | 64 | 51 |
| Binary | 110011 | 10100000 | 111011 | 1000100 | 0 | 111111 | 100101 | 1111100 | 110100 | 101001 |
Color Harmonies of #33A03B
Complementary color
Monochromatic Colors of #33A03B
Black with #33A03B
Text Example
Text Example
White with #33A03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A03B; }
p { color: rgb(51,160,59); }
H1.HeaderClassName
{
color: #33A03B;
}
.AnyTagClassName
{
color: #33A03B;
}
</style>
background-color css
<style>
a { background-color: #33A03B; }
a { background-color: rgb(51,160,59); }
div.DivClassName
{
background-color: #33A03B;
}
.BgClassName
{
background-color: #33A03B;
}
</style>
border-color css
<style>
span { border-color: #33A03B; }
span { border-color: rgb(51,160,59); }
td.TdClassName
{
border-color: #33A03B;
}
.TagClassName
{
border-color: #33A03B;
}
</style>