Shades of La Palma #34960D
Tints of La Palma #34960D
RGB
CMYK
RGB Variations
Color information
#34960D (or 0x34960D) is known color: La Palma. HEX triplet: 34, 96 and 0D. RGB value is (52,150,13). Sum of RGB (Red+Green+Blue) = 52+150+13=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 150 (58.98% from 255 or 69.77% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 150 - color contains mainly: green. Hex color #34960D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34960D is #CB69F2. Grayscale: #696969. Windows color (decimal): -13330931 or 890420. OLE color: 890420.
HSL color Cylindrical-coordinate representation of color #34960D: hue angle of 102.92º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #34960D is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 150 | 13 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.41 |
| HSL | 102.92º | 0.84% | 0.32% | - |
| HSV(B) | 102.92º | 0.91% | 0.59% | - |
| XYZ | 12.4 | 22.57 | 4.08 | - |
| YUV | 105.08 | 76.03 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 150 | 13 | 0.65 | 0 | 0.91 | 0.41 | 102.92 | 0.84 | 0.32 |
| Hex | 34 | 96 | D | 41 | 0 | 5B | 29 | 67 | 54 | 20 |
| Octal | 64 | 226 | 15 | 101 | 0 | 133 | 51 | 147 | 124 | 40 |
| Binary | 110100 | 10010110 | 1101 | 1000001 | 0 | 1011011 | 101001 | 1100111 | 1010100 | 100000 |
Color Harmonies of #34960D
Complementary color
Monochromatic Colors of #34960D
Black with #34960D
Text Example
Text Example
White with #34960D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34960D; }
p { color: rgb(52,150,13); }
H1.HeaderClassName
{
color: #34960D;
}
.AnyTagClassName
{
color: #34960D;
}
</style>
background-color css
<style>
a { background-color: #34960D; }
a { background-color: rgb(52,150,13); }
div.DivClassName
{
background-color: #34960D;
}
.BgClassName
{
background-color: #34960D;
}
</style>
border-color css
<style>
span { border-color: #34960D; }
span { border-color: rgb(52,150,13); }
td.TdClassName
{
border-color: #34960D;
}
.TagClassName
{
border-color: #34960D;
}
</style>