Shades of La Palma #349928
Tints of La Palma #349928
RGB
CMYK
RGB Variations
Color information
#349928 (or 0x349928) is known color: La Palma. HEX triplet: 34, 99 and 28. RGB value is (52,153,40). Sum of RGB (Red+Green+Blue) = 52+153+40=245 (32% of max value = 765). Red value is 52 (20.70% from 255 or 21.22% from 245); Green value is 153 (60.16% from 255 or 62.45% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 153 - color contains mainly: green. Hex color #349928 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349928 is #CB66D7. Grayscale: #6E6E6E. Windows color (decimal): -13330136 or 2660660. OLE color: 2660660.
HSL color Cylindrical-coordinate representation of color #349928: hue angle of 113.63º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #349928 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 40 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.4 |
| HSL | 113.63º | 0.59% | 0.38% | - |
| HSV(B) | 113.63º | 0.74% | 0.6% | - |
| XYZ | 13.19 | 23.67 | 5.88 | - |
| YUV | 109.92 | 88.54 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 40 | 0.66 | 0 | 0.74 | 0.4 | 113.63 | 0.59 | 0.38 |
| Hex | 34 | 99 | 28 | 42 | 0 | 4A | 28 | 72 | 3B | 26 |
| Octal | 64 | 231 | 50 | 102 | 0 | 112 | 50 | 162 | 73 | 46 |
| Binary | 110100 | 10011001 | 101000 | 1000010 | 0 | 1001010 | 101000 | 1110010 | 111011 | 100110 |
Color Harmonies of #349928
Complementary color
Monochromatic Colors of #349928
Black with #349928
Text Example
Text Example
White with #349928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349928; }
p { color: rgb(52,153,40); }
H1.HeaderClassName
{
color: #349928;
}
.AnyTagClassName
{
color: #349928;
}
</style>
background-color css
<style>
a { background-color: #349928; }
a { background-color: rgb(52,153,40); }
div.DivClassName
{
background-color: #349928;
}
.BgClassName
{
background-color: #349928;
}
</style>
border-color css
<style>
span { border-color: #349928; }
span { border-color: rgb(52,153,40); }
td.TdClassName
{
border-color: #349928;
}
.TagClassName
{
border-color: #349928;
}
</style>