Shades of Fruit Salad #33AA3A
Tints of Fruit Salad #33AA3A
RGB
CMYK
RGB Variations
Color information
#33AA3A (or 0x33AA3A) is known color: Fruit Salad. HEX triplet: 33, AA and 3A. RGB value is (51,170,58). Sum of RGB (Red+Green+Blue) = 51+170+58=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 170 (66.80% from 255 or 60.93% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AA3A is #CC55C5. Grayscale: #797979. Windows color (decimal): -13391302 or 3844659. OLE color: 3844659.
HSL color Cylindrical-coordinate representation of color #33AA3A: hue angle of 123.53º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AA3A is Cyan = 0.7, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 170 | 58 | - |
| CMYK | 0.7 | 0 | 0.66 | 0.33 |
| HSL | 123.53º | 0.54% | 0.43% | - |
| HSV(B) | 123.53º | 0.7% | 0.67% | - |
| XYZ | 16.5 | 29.76 | 8.88 | - |
| YUV | 121.65 | 92.08 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 170 | 58 | 0.7 | 0 | 0.66 | 0.33 | 123.53 | 0.54 | 0.43 |
| Hex | 33 | AA | 3A | 46 | 0 | 42 | 21 | 7C | 36 | 2B |
| Octal | 63 | 252 | 72 | 106 | 0 | 102 | 41 | 174 | 66 | 53 |
| Binary | 110011 | 10101010 | 111010 | 1000110 | 0 | 1000010 | 100001 | 1111100 | 110110 | 101011 |
Color Harmonies of #33AA3A
Complementary color
Monochromatic Colors of #33AA3A
Black with #33AA3A
Text Example
Text Example
White with #33AA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AA3A; }
p { color: rgb(51,170,58); }
H1.HeaderClassName
{
color: #33AA3A;
}
.AnyTagClassName
{
color: #33AA3A;
}
</style>
background-color css
<style>
a { background-color: #33AA3A; }
a { background-color: rgb(51,170,58); }
div.DivClassName
{
background-color: #33AA3A;
}
.BgClassName
{
background-color: #33AA3A;
}
</style>
border-color css
<style>
span { border-color: #33AA3A; }
span { border-color: rgb(51,170,58); }
td.TdClassName
{
border-color: #33AA3A;
}
.TagClassName
{
border-color: #33AA3A;
}
</style>