Shades of La Palma #34970C
Tints of La Palma #34970C
RGB
CMYK
RGB Variations
Color information
#34970C (or 0x34970C) is known color: La Palma. HEX triplet: 34, 97 and 0C. RGB value is (52,151,12). Sum of RGB (Red+Green+Blue) = 52+151+12=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 151 (59.38% from 255 or 70.23% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 151 - color contains mainly: green. Hex color #34970C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34970C is #CB68F3. Grayscale: #6A6A6A. Windows color (decimal): -13330676 or 825140. OLE color: 825140.
HSL color Cylindrical-coordinate representation of color #34970C: hue angle of 102.73º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34970C is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 12 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.41 |
| HSL | 102.73º | 0.85% | 0.32% | - |
| HSV(B) | 102.73º | 0.92% | 0.59% | - |
| XYZ | 12.55 | 22.89 | 4.1 | - |
| YUV | 105.55 | 75.2 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 12 | 0.66 | 0 | 0.92 | 0.41 | 102.73 | 0.85 | 0.32 |
| Hex | 34 | 97 | C | 42 | 0 | 5C | 29 | 67 | 55 | 20 |
| Octal | 64 | 227 | 14 | 102 | 0 | 134 | 51 | 147 | 125 | 40 |
| Binary | 110100 | 10010111 | 1100 | 1000010 | 0 | 1011100 | 101001 | 1100111 | 1010101 | 100000 |
Color Harmonies of #34970C
Complementary color
Monochromatic Colors of #34970C
Black with #34970C
Text Example
Text Example
White with #34970C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34970C; }
p { color: rgb(52,151,12); }
H1.HeaderClassName
{
color: #34970C;
}
.AnyTagClassName
{
color: #34970C;
}
</style>
background-color css
<style>
a { background-color: #34970C; }
a { background-color: rgb(52,151,12); }
div.DivClassName
{
background-color: #34970C;
}
.BgClassName
{
background-color: #34970C;
}
</style>
border-color css
<style>
span { border-color: #34970C; }
span { border-color: rgb(52,151,12); }
td.TdClassName
{
border-color: #34970C;
}
.TagClassName
{
border-color: #34970C;
}
</style>