Shades of La Palma #339B0F
Tints of La Palma #339B0F
RGB
CMYK
RGB Variations
Color information
#339B0F (or 0x339B0F) is known color: La Palma. HEX triplet: 33, 9B and 0F. RGB value is (51,155,15). Sum of RGB (Red+Green+Blue) = 51+155+15=221 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.08% from 221); Green value is 155 (60.94% from 255 or 70.14% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 155 - color contains mainly: green. Hex color #339B0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339B0F is #CC64F0. Grayscale: #6C6C6C. Windows color (decimal): -13395185 or 1022771. OLE color: 1022771.
HSL color Cylindrical-coordinate representation of color #339B0F: hue angle of 104.57º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #339B0F is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 51 | 155 | 15 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.39 |
| HSL | 104.57º | 0.82% | 0.33% | - |
| HSV(B) | 104.57º | 0.9% | 0.61% | - |
| XYZ | 13.17 | 24.18 | 4.43 | - |
| YUV | 107.94 | 75.54 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 155 | 15 | 0.67 | 0 | 0.90 | 0.39 | 104.57 | 0.82 | 0.33 |
| Hex | 33 | 9B | F | 43 | 0 | 5A | 27 | 69 | 52 | 21 |
| Octal | 63 | 233 | 17 | 103 | 0 | 132 | 47 | 151 | 122 | 41 |
| Binary | 110011 | 10011011 | 1111 | 1000011 | 0 | 1011010 | 100111 | 1101001 | 1010010 | 100001 |
Color Harmonies of #339B0F
Complementary color
Monochromatic Colors of #339B0F
Black with #339B0F
Text Example
Text Example
White with #339B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339B0F; }
p { color: rgb(51,155,15); }
H1.HeaderClassName
{
color: #339B0F;
}
.AnyTagClassName
{
color: #339B0F;
}
</style>
background-color css
<style>
a { background-color: #339B0F; }
a { background-color: rgb(51,155,15); }
div.DivClassName
{
background-color: #339B0F;
}
.BgClassName
{
background-color: #339B0F;
}
</style>
border-color css
<style>
span { border-color: #339B0F; }
span { border-color: rgb(51,155,15); }
td.TdClassName
{
border-color: #339B0F;
}
.TagClassName
{
border-color: #339B0F;
}
</style>