Shades of Fruit Salad #33953D
Tints of Fruit Salad #33953D
RGB
CMYK
RGB Variations
Color information
#33953D (or 0x33953D) is known color: Fruit Salad. HEX triplet: 33, 95 and 3D. RGB value is (51,149,61). Sum of RGB (Red+Green+Blue) = 51+149+61=261 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.54% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #33953D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33953D is #CC6AC2. Grayscale: #6D6D6D. Windows color (decimal): -13396675 or 4035891. OLE color: 4035891.
HSL color Cylindrical-coordinate representation of color #33953D: hue angle of 126.12º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33953D is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 149 | 61 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.42 |
| HSL | 126.12º | 0.49% | 0.39% | - |
| HSV(B) | 126.12º | 0.66% | 0.58% | - |
| XYZ | 12.95 | 22.54 | 8.08 | - |
| YUV | 109.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 149 | 61 | 0.66 | 0 | 0.59 | 0.42 | 126.12 | 0.49 | 0.39 |
| Hex | 33 | 95 | 3D | 42 | 0 | 3B | 2A | 7E | 31 | 27 |
| Octal | 63 | 225 | 75 | 102 | 0 | 73 | 52 | 176 | 61 | 47 |
| Binary | 110011 | 10010101 | 111101 | 1000010 | 0 | 111011 | 101010 | 1111110 | 110001 | 100111 |
Color Harmonies of #33953D
Complementary color
Monochromatic Colors of #33953D
Black with #33953D
Text Example
Text Example
White with #33953D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33953D; }
p { color: rgb(51,149,61); }
H1.HeaderClassName
{
color: #33953D;
}
.AnyTagClassName
{
color: #33953D;
}
</style>
background-color css
<style>
a { background-color: #33953D; }
a { background-color: rgb(51,149,61); }
div.DivClassName
{
background-color: #33953D;
}
.BgClassName
{
background-color: #33953D;
}
</style>
border-color css
<style>
span { border-color: #33953D; }
span { border-color: rgb(51,149,61); }
td.TdClassName
{
border-color: #33953D;
}
.TagClassName
{
border-color: #33953D;
}
</style>