Shades of Fruit Salad #33A43A
Tints of Fruit Salad #33A43A
RGB
CMYK
RGB Variations
Color information
#33A43A (or 0x33A43A) is known color: Fruit Salad. HEX triplet: 33, A4 and 3A. RGB value is (51,164,58). Sum of RGB (Red+Green+Blue) = 51+164+58=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 164 (64.45% from 255 or 60.07% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 164 - color contains mainly: green. Hex color #33A43A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A43A is #CC5BC5. Grayscale: #767676. Windows color (decimal): -13392838 or 3843123. OLE color: 3843123.
HSL color Cylindrical-coordinate representation of color #33A43A: hue angle of 123.72º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A43A is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 51 | 164 | 58 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.36 |
| HSL | 123.72º | 0.53% | 0.42% | - |
| HSV(B) | 123.72º | 0.69% | 0.64% | - |
| XYZ | 15.4 | 27.56 | 8.51 | - |
| YUV | 118.13 | 94.06 | 80.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 164 | 58 | 0.69 | 0 | 0.65 | 0.36 | 123.72 | 0.53 | 0.42 |
| Hex | 33 | A4 | 3A | 45 | 0 | 41 | 24 | 7C | 35 | 2A |
| Octal | 63 | 244 | 72 | 105 | 0 | 101 | 44 | 174 | 65 | 52 |
| Binary | 110011 | 10100100 | 111010 | 1000101 | 0 | 1000001 | 100100 | 1111100 | 110101 | 101010 |
Color Harmonies of #33A43A
Complementary color
Monochromatic Colors of #33A43A
Black with #33A43A
Text Example
Text Example
White with #33A43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A43A; }
p { color: rgb(51,164,58); }
H1.HeaderClassName
{
color: #33A43A;
}
.AnyTagClassName
{
color: #33A43A;
}
</style>
background-color css
<style>
a { background-color: #33A43A; }
a { background-color: rgb(51,164,58); }
div.DivClassName
{
background-color: #33A43A;
}
.BgClassName
{
background-color: #33A43A;
}
</style>
border-color css
<style>
span { border-color: #33A43A; }
span { border-color: rgb(51,164,58); }
td.TdClassName
{
border-color: #33A43A;
}
.TagClassName
{
border-color: #33A43A;
}
</style>