Shades of Fruit Salad #33963E
Tints of Fruit Salad #33963E
RGB
CMYK
RGB Variations
Color information
#33963E (or 0x33963E) is known color: Fruit Salad. HEX triplet: 33, 96 and 3E. RGB value is (51,150,62). Sum of RGB (Red+Green+Blue) = 51+150+62=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #33963E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33963E is #CC69C1. Grayscale: #6E6E6E. Windows color (decimal): -13396418 or 4101683. OLE color: 4101683.
HSL color Cylindrical-coordinate representation of color #33963E: hue angle of 126.67º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33963E is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 150 | 62 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.41 |
| HSL | 126.67º | 0.49% | 0.39% | - |
| HSV(B) | 126.67º | 0.66% | 0.59% | - |
| XYZ | 13.14 | 22.86 | 8.28 | - |
| YUV | 110.37 | 100.7 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 62 | 0.66 | 0 | 0.59 | 0.41 | 126.67 | 0.49 | 0.39 |
| Hex | 33 | 96 | 3E | 42 | 0 | 3B | 29 | 7F | 31 | 27 |
| Octal | 63 | 226 | 76 | 102 | 0 | 73 | 51 | 177 | 61 | 47 |
| Binary | 110011 | 10010110 | 111110 | 1000010 | 0 | 111011 | 101001 | 1111111 | 110001 | 100111 |
Color Harmonies of #33963E
Complementary color
Monochromatic Colors of #33963E
Black with #33963E
Text Example
Text Example
White with #33963E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33963E; }
p { color: rgb(51,150,62); }
H1.HeaderClassName
{
color: #33963E;
}
.AnyTagClassName
{
color: #33963E;
}
</style>
background-color css
<style>
a { background-color: #33963E; }
a { background-color: rgb(51,150,62); }
div.DivClassName
{
background-color: #33963E;
}
.BgClassName
{
background-color: #33963E;
}
</style>
border-color css
<style>
span { border-color: #33963E; }
span { border-color: rgb(51,150,62); }
td.TdClassName
{
border-color: #33963E;
}
.TagClassName
{
border-color: #33963E;
}
</style>