Shades of La Palma #34901A
Tints of La Palma #34901A
RGB
CMYK
RGB Variations
Color information
#34901A (or 0x34901A) is known color: La Palma. HEX triplet: 34, 90 and 1A. RGB value is (52,144,26). Sum of RGB (Red+Green+Blue) = 52+144+26=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 144 (56.64% from 255 or 64.86% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 144 - color contains mainly: green. Hex color #34901A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34901A is #CB6FE5. Grayscale: #676767. Windows color (decimal): -13332454 or 1740852. OLE color: 1740852.
HSL color Cylindrical-coordinate representation of color #34901A: hue angle of 106.78º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #34901A is Cyan = 0.64, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 52 | 144 | 26 | - |
| CMYK | 0.64 | 0 | 0.82 | 0.44 |
| HSL | 106.78º | 0.69% | 0.33% | - |
| HSV(B) | 106.78º | 0.82% | 0.56% | - |
| XYZ | 11.58 | 20.75 | 4.37 | - |
| YUV | 103.04 | 84.52 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 26 | 0.64 | 0 | 0.82 | 0.44 | 106.78 | 0.69 | 0.33 |
| Hex | 34 | 90 | 1A | 40 | 0 | 52 | 2C | 6B | 45 | 21 |
| Octal | 64 | 220 | 32 | 100 | 0 | 122 | 54 | 153 | 105 | 41 |
| Binary | 110100 | 10010000 | 11010 | 1000000 | 0 | 1010010 | 101100 | 1101011 | 1000101 | 100001 |
Color Harmonies of #34901A
Complementary color
Monochromatic Colors of #34901A
Black with #34901A
Text Example
Text Example
White with #34901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34901A; }
p { color: rgb(52,144,26); }
H1.HeaderClassName
{
color: #34901A;
}
.AnyTagClassName
{
color: #34901A;
}
</style>
background-color css
<style>
a { background-color: #34901A; }
a { background-color: rgb(52,144,26); }
div.DivClassName
{
background-color: #34901A;
}
.BgClassName
{
background-color: #34901A;
}
</style>
border-color css
<style>
span { border-color: #34901A; }
span { border-color: rgb(52,144,26); }
td.TdClassName
{
border-color: #34901A;
}
.TagClassName
{
border-color: #34901A;
}
</style>