Shades of Fruit Salad #339D40
Tints of Fruit Salad #339D40
RGB
CMYK
RGB Variations
Color information
#339D40 (or 0x339D40) is known color: Fruit Salad. HEX triplet: 33, 9D and 40. RGB value is (51,157,64). Sum of RGB (Red+Green+Blue) = 51+157+64=272 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.75% from 272); Green value is 157 (61.72% from 255 or 57.72% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 157 - color contains mainly: green. Hex color #339D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339D40 is #CC62BF. Grayscale: #727272. Windows color (decimal): -13394624 or 4234547. OLE color: 4234547.
HSL color Cylindrical-coordinate representation of color #339D40: hue angle of 127.36º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339D40 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 157 | 64 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.38 |
| HSL | 127.36º | 0.51% | 0.41% | - |
| HSV(B) | 127.36º | 0.68% | 0.62% | - |
| XYZ | 14.35 | 25.19 | 8.96 | - |
| YUV | 114.7 | 99.38 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 64 | 0.68 | 0 | 0.59 | 0.38 | 127.36 | 0.51 | 0.41 |
| Hex | 33 | 9D | 40 | 44 | 0 | 3B | 26 | 7F | 33 | 29 |
| Octal | 63 | 235 | 100 | 104 | 0 | 73 | 46 | 177 | 63 | 51 |
| Binary | 110011 | 10011101 | 1000000 | 1000100 | 0 | 111011 | 100110 | 1111111 | 110011 | 101001 |
Color Harmonies of #339D40
Complementary color
Monochromatic Colors of #339D40
Black with #339D40
Text Example
Text Example
White with #339D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339D40; }
p { color: rgb(51,157,64); }
H1.HeaderClassName
{
color: #339D40;
}
.AnyTagClassName
{
color: #339D40;
}
</style>
background-color css
<style>
a { background-color: #339D40; }
a { background-color: rgb(51,157,64); }
div.DivClassName
{
background-color: #339D40;
}
.BgClassName
{
background-color: #339D40;
}
</style>
border-color css
<style>
span { border-color: #339D40; }
span { border-color: rgb(51,157,64); }
td.TdClassName
{
border-color: #339D40;
}
.TagClassName
{
border-color: #339D40;
}
</style>