Shades of La Palma #34971C
Tints of La Palma #34971C
RGB
CMYK
RGB Variations
Color information
#34971C (or 0x34971C) is known color: La Palma. HEX triplet: 34, 97 and 1C. RGB value is (52,151,28). Sum of RGB (Red+Green+Blue) = 52+151+28=231 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.51% from 231); Green value is 151 (59.38% from 255 or 65.37% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 151 - color contains mainly: green. Hex color #34971C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34971C is #CB68E3. Grayscale: #6B6B6B. Windows color (decimal): -13330660 or 1873716. OLE color: 1873716.
HSL color Cylindrical-coordinate representation of color #34971C: hue angle of 108.29º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34971C is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 52 | 151 | 28 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.41 |
| HSL | 108.29º | 0.69% | 0.35% | - |
| HSV(B) | 108.29º | 0.81% | 0.59% | - |
| XYZ | 12.69 | 22.95 | 4.86 | - |
| YUV | 107.38 | 83.2 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 28 | 0.66 | 0 | 0.81 | 0.41 | 108.29 | 0.69 | 0.35 |
| Hex | 34 | 97 | 1C | 42 | 0 | 51 | 29 | 6C | 45 | 23 |
| Octal | 64 | 227 | 34 | 102 | 0 | 121 | 51 | 154 | 105 | 43 |
| Binary | 110100 | 10010111 | 11100 | 1000010 | 0 | 1010001 | 101001 | 1101100 | 1000101 | 100011 |
Color Harmonies of #34971C
Complementary color
Monochromatic Colors of #34971C
Black with #34971C
Text Example
Text Example
White with #34971C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34971C; }
p { color: rgb(52,151,28); }
H1.HeaderClassName
{
color: #34971C;
}
.AnyTagClassName
{
color: #34971C;
}
</style>
background-color css
<style>
a { background-color: #34971C; }
a { background-color: rgb(52,151,28); }
div.DivClassName
{
background-color: #34971C;
}
.BgClassName
{
background-color: #34971C;
}
</style>
border-color css
<style>
span { border-color: #34971C; }
span { border-color: rgb(52,151,28); }
td.TdClassName
{
border-color: #34971C;
}
.TagClassName
{
border-color: #34971C;
}
</style>