Shades of La Palma #34A31B
Tints of La Palma #34A31B
RGB
CMYK
RGB Variations
Color information
#34A31B (or 0x34A31B) is known color: La Palma. HEX triplet: 34, A3 and 1B. RGB value is (52,163,27). Sum of RGB (Red+Green+Blue) = 52+163+27=242 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.49% from 242); Green value is 163 (64.06% from 255 or 67.36% from 242); Blue value is 27 (10.94% from 255 or 11.16% from 242); Max value from RGB is 163 - color contains mainly: green. Hex color #34A31B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A31B is #CB5CE4. Grayscale: #727272. Windows color (decimal): -13327589 or 1811252. OLE color: 1811252.
HSL color Cylindrical-coordinate representation of color #34A31B: hue angle of 108.97º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #34A31B is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 163 | 27 | - |
| CMYK | 0.68 | 0 | 0.83 | 0.36 |
| HSL | 108.97º | 0.72% | 0.37% | - |
| HSV(B) | 108.97º | 0.83% | 0.64% | - |
| XYZ | 14.71 | 27 | 5.47 | - |
| YUV | 114.31 | 78.73 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 163 | 27 | 0.68 | 0 | 0.83 | 0.36 | 108.97 | 0.72 | 0.37 |
| Hex | 34 | A3 | 1B | 44 | 0 | 53 | 24 | 6D | 48 | 25 |
| Octal | 64 | 243 | 33 | 104 | 0 | 123 | 44 | 155 | 110 | 45 |
| Binary | 110100 | 10100011 | 11011 | 1000100 | 0 | 1010011 | 100100 | 1101101 | 1001000 | 100101 |
Color Harmonies of #34A31B
Complementary color
Monochromatic Colors of #34A31B
Black with #34A31B
Text Example
Text Example
White with #34A31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A31B; }
p { color: rgb(52,163,27); }
H1.HeaderClassName
{
color: #34A31B;
}
.AnyTagClassName
{
color: #34A31B;
}
</style>
background-color css
<style>
a { background-color: #34A31B; }
a { background-color: rgb(52,163,27); }
div.DivClassName
{
background-color: #34A31B;
}
.BgClassName
{
background-color: #34A31B;
}
</style>
border-color css
<style>
span { border-color: #34A31B; }
span { border-color: rgb(52,163,27); }
td.TdClassName
{
border-color: #34A31B;
}
.TagClassName
{
border-color: #34A31B;
}
</style>