Shades of Fruit Salad #33A139
Tints of Fruit Salad #33A139
RGB
CMYK
RGB Variations
Color information
#33A139 (or 0x33A139) is known color: Fruit Salad. HEX triplet: 33, A1 and 39. RGB value is (51,161,57). Sum of RGB (Red+Green+Blue) = 51+161+57=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 161 (63.28% from 255 or 59.85% from 269); Blue value is 57 (22.66% from 255 or 21.19% from 269); Max value from RGB is 161 - color contains mainly: green. Hex color #33A139 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A139 is #CC5EC6. Grayscale: #747474. Windows color (decimal): -13393607 or 3776819. OLE color: 3776819.
HSL color Cylindrical-coordinate representation of color #33A139: hue angle of 123.27º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A139 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 57 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.37 |
| HSL | 123.27º | 0.52% | 0.42% | - |
| HSV(B) | 123.27º | 0.68% | 0.63% | - |
| XYZ | 14.85 | 26.49 | 8.2 | - |
| YUV | 116.25 | 94.56 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 57 | 0.68 | 0 | 0.65 | 0.37 | 123.27 | 0.52 | 0.42 |
| Hex | 33 | A1 | 39 | 44 | 0 | 41 | 25 | 7B | 34 | 2A |
| Octal | 63 | 241 | 71 | 104 | 0 | 101 | 45 | 173 | 64 | 52 |
| Binary | 110011 | 10100001 | 111001 | 1000100 | 0 | 1000001 | 100101 | 1111011 | 110100 | 101010 |
Color Harmonies of #33A139
Complementary color
Monochromatic Colors of #33A139
Black with #33A139
Text Example
Text Example
White with #33A139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A139; }
p { color: rgb(51,161,57); }
H1.HeaderClassName
{
color: #33A139;
}
.AnyTagClassName
{
color: #33A139;
}
</style>
background-color css
<style>
a { background-color: #33A139; }
a { background-color: rgb(51,161,57); }
div.DivClassName
{
background-color: #33A139;
}
.BgClassName
{
background-color: #33A139;
}
</style>
border-color css
<style>
span { border-color: #33A139; }
span { border-color: rgb(51,161,57); }
td.TdClassName
{
border-color: #33A139;
}
.TagClassName
{
border-color: #33A139;
}
</style>