Shades of La Palma #339D0F
Tints of La Palma #339D0F
RGB
CMYK
RGB Variations
Color information
#339D0F (or 0x339D0F) is known color: La Palma. HEX triplet: 33, 9D and 0F. RGB value is (51,157,15). Sum of RGB (Red+Green+Blue) = 51+157+15=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 157 (61.72% from 255 or 70.40% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 157 - color contains mainly: green. Hex color #339D0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339D0F is #CC62F0. Grayscale: #6D6D6D. Windows color (decimal): -13394673 or 1023283. OLE color: 1023283.
HSL color Cylindrical-coordinate representation of color #339D0F: hue angle of 104.79º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #339D0F is Cyan = 0.68, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 51 | 157 | 15 | - |
| CMYK | 0.68 | 0 | 0.90 | 0.38 |
| HSL | 104.79º | 0.83% | 0.34% | - |
| HSV(B) | 104.79º | 0.9% | 0.62% | - |
| XYZ | 13.51 | 24.85 | 4.54 | - |
| YUV | 109.12 | 74.88 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 157 | 15 | 0.68 | 0 | 0.90 | 0.38 | 104.79 | 0.83 | 0.34 |
| Hex | 33 | 9D | F | 44 | 0 | 5A | 26 | 69 | 53 | 22 |
| Octal | 63 | 235 | 17 | 104 | 0 | 132 | 46 | 151 | 123 | 42 |
| Binary | 110011 | 10011101 | 1111 | 1000100 | 0 | 1011010 | 100110 | 1101001 | 1010011 | 100010 |
Color Harmonies of #339D0F
Complementary color
Monochromatic Colors of #339D0F
Black with #339D0F
Text Example
Text Example
White with #339D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339D0F; }
p { color: rgb(51,157,15); }
H1.HeaderClassName
{
color: #339D0F;
}
.AnyTagClassName
{
color: #339D0F;
}
</style>
background-color css
<style>
a { background-color: #339D0F; }
a { background-color: rgb(51,157,15); }
div.DivClassName
{
background-color: #339D0F;
}
.BgClassName
{
background-color: #339D0F;
}
</style>
border-color css
<style>
span { border-color: #339D0F; }
span { border-color: rgb(51,157,15); }
td.TdClassName
{
border-color: #339D0F;
}
.TagClassName
{
border-color: #339D0F;
}
</style>