Shades of Fruit Salad #33973C
Tints of Fruit Salad #33973C
RGB
CMYK
RGB Variations
Color information
#33973C (or 0x33973C) is known color: Fruit Salad. HEX triplet: 33, 97 and 3C. RGB value is (51,151,60). Sum of RGB (Red+Green+Blue) = 51+151+60=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 151 (59.38% from 255 or 57.63% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 151 - color contains mainly: green. Hex color #33973C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33973C is #CC68C3. Grayscale: #6E6E6E. Windows color (decimal): -13396164 or 3970867. OLE color: 3970867.
HSL color Cylindrical-coordinate representation of color #33973C: hue angle of 125.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33973C is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 151 | 60 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.41 |
| HSL | 125.4º | 0.5% | 0.4% | - |
| HSV(B) | 125.4º | 0.66% | 0.59% | - |
| XYZ | 13.25 | 23.16 | 8.05 | - |
| YUV | 110.73 | 99.37 | 85.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 151 | 60 | 0.66 | 0 | 0.60 | 0.41 | 125.4 | 0.5 | 0.4 |
| Hex | 33 | 97 | 3C | 42 | 0 | 3C | 29 | 7D | 32 | 28 |
| Octal | 63 | 227 | 74 | 102 | 0 | 74 | 51 | 175 | 62 | 50 |
| Binary | 110011 | 10010111 | 111100 | 1000010 | 0 | 111100 | 101001 | 1111101 | 110010 | 101000 |
Color Harmonies of #33973C
Complementary color
Monochromatic Colors of #33973C
Black with #33973C
Text Example
Text Example
White with #33973C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33973C; }
p { color: rgb(51,151,60); }
H1.HeaderClassName
{
color: #33973C;
}
.AnyTagClassName
{
color: #33973C;
}
</style>
background-color css
<style>
a { background-color: #33973C; }
a { background-color: rgb(51,151,60); }
div.DivClassName
{
background-color: #33973C;
}
.BgClassName
{
background-color: #33973C;
}
</style>
border-color css
<style>
span { border-color: #33973C; }
span { border-color: rgb(51,151,60); }
td.TdClassName
{
border-color: #33973C;
}
.TagClassName
{
border-color: #33973C;
}
</style>