Shades of La Palma #34921C
Tints of La Palma #34921C
RGB
CMYK
RGB Variations
Color information
#34921C (or 0x34921C) is known color: La Palma. HEX triplet: 34, 92 and 1C. RGB value is (52,146,28). Sum of RGB (Red+Green+Blue) = 52+146+28=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 146 (57.42% from 255 or 64.60% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 146 - color contains mainly: green. Hex color #34921C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34921C is #CB6DE3. Grayscale: #686868. Windows color (decimal): -13331940 or 1872436. OLE color: 1872436.
HSL color Cylindrical-coordinate representation of color #34921C: hue angle of 107.8º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #34921C is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 146 | 28 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.43 |
| HSL | 107.8º | 0.68% | 0.34% | - |
| HSV(B) | 107.8º | 0.81% | 0.57% | - |
| XYZ | 11.9 | 21.37 | 4.6 | - |
| YUV | 104.44 | 84.86 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 146 | 28 | 0.64 | 0 | 0.81 | 0.43 | 107.8 | 0.68 | 0.34 |
| Hex | 34 | 92 | 1C | 40 | 0 | 51 | 2B | 6C | 44 | 22 |
| Octal | 64 | 222 | 34 | 100 | 0 | 121 | 53 | 154 | 104 | 42 |
| Binary | 110100 | 10010010 | 11100 | 1000000 | 0 | 1010001 | 101011 | 1101100 | 1000100 | 100010 |
Color Harmonies of #34921C
Complementary color
Monochromatic Colors of #34921C
Black with #34921C
Text Example
Text Example
White with #34921C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34921C; }
p { color: rgb(52,146,28); }
H1.HeaderClassName
{
color: #34921C;
}
.AnyTagClassName
{
color: #34921C;
}
</style>
background-color css
<style>
a { background-color: #34921C; }
a { background-color: rgb(52,146,28); }
div.DivClassName
{
background-color: #34921C;
}
.BgClassName
{
background-color: #34921C;
}
</style>
border-color css
<style>
span { border-color: #34921C; }
span { border-color: rgb(52,146,28); }
td.TdClassName
{
border-color: #34921C;
}
.TagClassName
{
border-color: #34921C;
}
</style>