Shades of Fruit Salad #33A138
Tints of Fruit Salad #33A138
RGB
CMYK
RGB Variations
Color information
#33A138 (or 0x33A138) is known color: Fruit Salad. HEX triplet: 33, A1 and 38. RGB value is (51,161,56). Sum of RGB (Red+Green+Blue) = 51+161+56=268 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.03% from 268); Green value is 161 (63.28% from 255 or 60.07% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 161 - color contains mainly: green. Hex color #33A138 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A138 is #CC5EC7. Grayscale: #747474. Windows color (decimal): -13393608 or 3711283. OLE color: 3711283.
HSL color Cylindrical-coordinate representation of color #33A138: hue angle of 122.73º 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 #33A138 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 56 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.37 |
| HSL | 122.73º | 0.52% | 0.42% | - |
| HSV(B) | 122.73º | 0.68% | 0.63% | - |
| XYZ | 14.82 | 26.48 | 8.07 | - |
| YUV | 116.14 | 94.06 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 56 | 0.68 | 0 | 0.65 | 0.37 | 122.73 | 0.52 | 0.42 |
| Hex | 33 | A1 | 38 | 44 | 0 | 41 | 25 | 7B | 34 | 2A |
| Octal | 63 | 241 | 70 | 104 | 0 | 101 | 45 | 173 | 64 | 52 |
| Binary | 110011 | 10100001 | 111000 | 1000100 | 0 | 1000001 | 100101 | 1111011 | 110100 | 101010 |
Color Harmonies of #33A138
Complementary color
Monochromatic Colors of #33A138
Black with #33A138
Text Example
Text Example
White with #33A138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A138; }
p { color: rgb(51,161,56); }
H1.HeaderClassName
{
color: #33A138;
}
.AnyTagClassName
{
color: #33A138;
}
</style>
background-color css
<style>
a { background-color: #33A138; }
a { background-color: rgb(51,161,56); }
div.DivClassName
{
background-color: #33A138;
}
.BgClassName
{
background-color: #33A138;
}
</style>
border-color css
<style>
span { border-color: #33A138; }
span { border-color: rgb(51,161,56); }
td.TdClassName
{
border-color: #33A138;
}
.TagClassName
{
border-color: #33A138;
}
</style>