Shades of La Palma #34A421
Tints of La Palma #34A421
RGB
CMYK
RGB Variations
Color information
#34A421 (or 0x34A421) is known color: La Palma. HEX triplet: 34, A4 and 21. RGB value is (52,164,33). Sum of RGB (Red+Green+Blue) = 52+164+33=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 164 (64.45% from 255 or 65.86% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 164 - color contains mainly: green. Hex color #34A421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A421 is #CB5BDE. Grayscale: #737373. Windows color (decimal): -13327327 or 2204724. OLE color: 2204724.
HSL color Cylindrical-coordinate representation of color #34A421: hue angle of 111.3º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34A421 is Cyan = 0.68, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 164 | 33 | - |
| CMYK | 0.68 | 0 | 0.80 | 0.36 |
| HSL | 111.3º | 0.66% | 0.39% | - |
| HSV(B) | 111.3º | 0.8% | 0.64% | - |
| XYZ | 14.97 | 27.39 | 5.94 | - |
| YUV | 115.58 | 81.39 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 164 | 33 | 0.68 | 0 | 0.80 | 0.36 | 111.3 | 0.66 | 0.39 |
| Hex | 34 | A4 | 21 | 44 | 0 | 50 | 24 | 6F | 42 | 27 |
| Octal | 64 | 244 | 41 | 104 | 0 | 120 | 44 | 157 | 102 | 47 |
| Binary | 110100 | 10100100 | 100001 | 1000100 | 0 | 1010000 | 100100 | 1101111 | 1000010 | 100111 |
Color Harmonies of #34A421
Complementary color
Monochromatic Colors of #34A421
Black with #34A421
Text Example
Text Example
White with #34A421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A421; }
p { color: rgb(52,164,33); }
H1.HeaderClassName
{
color: #34A421;
}
.AnyTagClassName
{
color: #34A421;
}
</style>
background-color css
<style>
a { background-color: #34A421; }
a { background-color: rgb(52,164,33); }
div.DivClassName
{
background-color: #34A421;
}
.BgClassName
{
background-color: #34A421;
}
</style>
border-color css
<style>
span { border-color: #34A421; }
span { border-color: rgb(52,164,33); }
td.TdClassName
{
border-color: #34A421;
}
.TagClassName
{
border-color: #34A421;
}
</style>