Shades of Fruit Salad #33963D
Tints of Fruit Salad #33963D
RGB
CMYK
RGB Variations
Color information
#33963D (or 0x33963D) is known color: Fruit Salad. HEX triplet: 33, 96 and 3D. RGB value is (51,150,61). Sum of RGB (Red+Green+Blue) = 51+150+61=262 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.47% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #33963D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33963D is #CC69C2. Grayscale: #6E6E6E. Windows color (decimal): -13396419 or 4036147. OLE color: 4036147.
HSL color Cylindrical-coordinate representation of color #33963D: hue angle of 126.06º 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 #33963D is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 150 | 61 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.41 |
| HSL | 126.06º | 0.49% | 0.39% | - |
| HSV(B) | 126.06º | 0.66% | 0.59% | - |
| XYZ | 13.11 | 22.85 | 8.13 | - |
| YUV | 110.25 | 100.2 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 61 | 0.66 | 0 | 0.59 | 0.41 | 126.06 | 0.49 | 0.39 |
| Hex | 33 | 96 | 3D | 42 | 0 | 3B | 29 | 7E | 31 | 27 |
| Octal | 63 | 226 | 75 | 102 | 0 | 73 | 51 | 176 | 61 | 47 |
| Binary | 110011 | 10010110 | 111101 | 1000010 | 0 | 111011 | 101001 | 1111110 | 110001 | 100111 |
Color Harmonies of #33963D
Complementary color
Monochromatic Colors of #33963D
Black with #33963D
Text Example
Text Example
White with #33963D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33963D; }
p { color: rgb(51,150,61); }
H1.HeaderClassName
{
color: #33963D;
}
.AnyTagClassName
{
color: #33963D;
}
</style>
background-color css
<style>
a { background-color: #33963D; }
a { background-color: rgb(51,150,61); }
div.DivClassName
{
background-color: #33963D;
}
.BgClassName
{
background-color: #33963D;
}
</style>
border-color css
<style>
span { border-color: #33963D; }
span { border-color: rgb(51,150,61); }
td.TdClassName
{
border-color: #33963D;
}
.TagClassName
{
border-color: #33963D;
}
</style>