Shades of La Palma #34920C
Tints of La Palma #34920C
RGB
CMYK
RGB Variations
Color information
#34920C (or 0x34920C) is known color: La Palma. HEX triplet: 34, 92 and 0C. RGB value is (52,146,12). Sum of RGB (Red+Green+Blue) = 52+146+12=210 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.76% from 210); Green value is 146 (57.42% from 255 or 69.52% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 146 - color contains mainly: green. Hex color #34920C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34920C is #CB6DF3. Grayscale: #676767. Windows color (decimal): -13331956 or 823860. OLE color: 823860.
HSL color Cylindrical-coordinate representation of color #34920C: hue angle of 102.09º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #34920C is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 52 | 146 | 12 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.43 |
| HSL | 102.09º | 0.85% | 0.31% | - |
| HSV(B) | 102.09º | 0.92% | 0.57% | - |
| XYZ | 11.76 | 21.31 | 3.84 | - |
| YUV | 102.62 | 76.86 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 146 | 12 | 0.64 | 0 | 0.92 | 0.43 | 102.09 | 0.85 | 0.31 |
| Hex | 34 | 92 | C | 40 | 0 | 5C | 2B | 66 | 55 | 1F |
| Octal | 64 | 222 | 14 | 100 | 0 | 134 | 53 | 146 | 125 | 37 |
| Binary | 110100 | 10010010 | 1100 | 1000000 | 0 | 1011100 | 101011 | 1100110 | 1010101 | 11111 |
Color Harmonies of #34920C
Complementary color
Monochromatic Colors of #34920C
Black with #34920C
Text Example
Text Example
White with #34920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34920C; }
p { color: rgb(52,146,12); }
H1.HeaderClassName
{
color: #34920C;
}
.AnyTagClassName
{
color: #34920C;
}
</style>
background-color css
<style>
a { background-color: #34920C; }
a { background-color: rgb(52,146,12); }
div.DivClassName
{
background-color: #34920C;
}
.BgClassName
{
background-color: #34920C;
}
</style>
border-color css
<style>
span { border-color: #34920C; }
span { border-color: rgb(52,146,12); }
td.TdClassName
{
border-color: #34920C;
}
.TagClassName
{
border-color: #34920C;
}
</style>