Shades of Fruit Salad #33AA3C
Tints of Fruit Salad #33AA3C
RGB
CMYK
RGB Variations
Color information
#33AA3C (or 0x33AA3C) is known color: Fruit Salad. HEX triplet: 33, AA and 3C. RGB value is (51,170,60). Sum of RGB (Red+Green+Blue) = 51+170+60=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 170 (66.80% from 255 or 60.50% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AA3C is #CC55C3. Grayscale: #7A7A7A. Windows color (decimal): -13391300 or 3975731. OLE color: 3975731.
HSL color Cylindrical-coordinate representation of color #33AA3C: hue angle of 124.54º 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 #33AA3C is Cyan = 0.7, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 170 | 60 | - |
| CMYK | 0.7 | 0 | 0.65 | 0.33 |
| HSL | 124.54º | 0.54% | 0.43% | - |
| HSV(B) | 124.54º | 0.7% | 0.67% | - |
| XYZ | 16.56 | 29.78 | 9.15 | - |
| YUV | 121.88 | 93.08 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 170 | 60 | 0.7 | 0 | 0.65 | 0.33 | 124.54 | 0.54 | 0.43 |
| Hex | 33 | AA | 3C | 46 | 0 | 41 | 21 | 7D | 36 | 2B |
| Octal | 63 | 252 | 74 | 106 | 0 | 101 | 41 | 175 | 66 | 53 |
| Binary | 110011 | 10101010 | 111100 | 1000110 | 0 | 1000001 | 100001 | 1111101 | 110110 | 101011 |
Color Harmonies of #33AA3C
Complementary color
Monochromatic Colors of #33AA3C
Black with #33AA3C
Text Example
Text Example
White with #33AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AA3C; }
p { color: rgb(51,170,60); }
H1.HeaderClassName
{
color: #33AA3C;
}
.AnyTagClassName
{
color: #33AA3C;
}
</style>
background-color css
<style>
a { background-color: #33AA3C; }
a { background-color: rgb(51,170,60); }
div.DivClassName
{
background-color: #33AA3C;
}
.BgClassName
{
background-color: #33AA3C;
}
</style>
border-color css
<style>
span { border-color: #33AA3C; }
span { border-color: rgb(51,170,60); }
td.TdClassName
{
border-color: #33AA3C;
}
.TagClassName
{
border-color: #33AA3C;
}
</style>