Shades of Fruit Salad #339D3D
Tints of Fruit Salad #339D3D
RGB
CMYK
RGB Variations
Color information
#339D3D (or 0x339D3D) is known color: Fruit Salad. HEX triplet: 33, 9D and 3D. RGB value is (51,157,61). Sum of RGB (Red+Green+Blue) = 51+157+61=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 157 (61.72% from 255 or 58.36% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 157 - color contains mainly: green. Hex color #339D3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339D3D is #CC62C2. Grayscale: #727272. Windows color (decimal): -13394627 or 4037939. OLE color: 4037939.
HSL color Cylindrical-coordinate representation of color #339D3D: hue angle of 125.66º 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 #339D3D is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 157 | 61 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.38 |
| HSL | 125.66º | 0.51% | 0.41% | - |
| HSV(B) | 125.66º | 0.68% | 0.62% | - |
| XYZ | 14.26 | 25.15 | 8.52 | - |
| YUV | 114.36 | 97.88 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 61 | 0.68 | 0 | 0.61 | 0.38 | 125.66 | 0.51 | 0.41 |
| Hex | 33 | 9D | 3D | 44 | 0 | 3D | 26 | 7E | 33 | 29 |
| Octal | 63 | 235 | 75 | 104 | 0 | 75 | 46 | 176 | 63 | 51 |
| Binary | 110011 | 10011101 | 111101 | 1000100 | 0 | 111101 | 100110 | 1111110 | 110011 | 101001 |
Color Harmonies of #339D3D
Complementary color
Monochromatic Colors of #339D3D
Black with #339D3D
Text Example
Text Example
White with #339D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339D3D; }
p { color: rgb(51,157,61); }
H1.HeaderClassName
{
color: #339D3D;
}
.AnyTagClassName
{
color: #339D3D;
}
</style>
background-color css
<style>
a { background-color: #339D3D; }
a { background-color: rgb(51,157,61); }
div.DivClassName
{
background-color: #339D3D;
}
.BgClassName
{
background-color: #339D3D;
}
</style>
border-color css
<style>
span { border-color: #339D3D; }
span { border-color: rgb(51,157,61); }
td.TdClassName
{
border-color: #339D3D;
}
.TagClassName
{
border-color: #339D3D;
}
</style>