Shades of La Palma #34A223
Tints of La Palma #34A223
RGB
CMYK
RGB Variations
Color information
#34A223 (or 0x34A223) is known color: La Palma. HEX triplet: 34, A2 and 23. RGB value is (52,162,35). Sum of RGB (Red+Green+Blue) = 52+162+35=249 (32% of max value = 765). Red value is 52 (20.70% from 255 or 20.88% from 249); Green value is 162 (63.67% from 255 or 65.06% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 162 - color contains mainly: green. Hex color #34A223 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A223 is #CB5DDC. Grayscale: #737373. Windows color (decimal): -13327837 or 2335284. OLE color: 2335284.
HSL color Cylindrical-coordinate representation of color #34A223: hue angle of 111.97º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34A223 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 52 | 162 | 35 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.36 |
| HSL | 111.97º | 0.64% | 0.39% | - |
| HSV(B) | 111.97º | 0.78% | 0.64% | - |
| XYZ | 14.64 | 26.69 | 5.97 | - |
| YUV | 114.63 | 83.06 | 83.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 162 | 35 | 0.68 | 0 | 0.78 | 0.36 | 111.97 | 0.64 | 0.39 |
| Hex | 34 | A2 | 23 | 44 | 0 | 4E | 24 | 70 | 40 | 27 |
| Octal | 64 | 242 | 43 | 104 | 0 | 116 | 44 | 160 | 100 | 47 |
| Binary | 110100 | 10100010 | 100011 | 1000100 | 0 | 1001110 | 100100 | 1110000 | 1000000 | 100111 |
Color Harmonies of #34A223
Complementary color
Monochromatic Colors of #34A223
Black with #34A223
Text Example
Text Example
White with #34A223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34A223; }
p { color: rgb(52,162,35); }
H1.HeaderClassName
{
color: #34A223;
}
.AnyTagClassName
{
color: #34A223;
}
</style>
background-color css
<style>
a { background-color: #34A223; }
a { background-color: rgb(52,162,35); }
div.DivClassName
{
background-color: #34A223;
}
.BgClassName
{
background-color: #34A223;
}
</style>
border-color css
<style>
span { border-color: #34A223; }
span { border-color: rgb(52,162,35); }
td.TdClassName
{
border-color: #34A223;
}
.TagClassName
{
border-color: #34A223;
}
</style>