Shades of La Palma #34990F
Tints of La Palma #34990F
RGB
CMYK
RGB Variations
Color information
#34990F (or 0x34990F) is known color: La Palma. HEX triplet: 34, 99 and 0F. RGB value is (52,153,15). Sum of RGB (Red+Green+Blue) = 52+153+15=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 153 (60.16% from 255 or 69.55% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 153 - color contains mainly: green. Hex color #34990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34990F is #CB66F0. Grayscale: #6B6B6B. Windows color (decimal): -13330161 or 1022260. OLE color: 1022260.
HSL color Cylindrical-coordinate representation of color #34990F: hue angle of 103.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #34990F is Cyan = 0.66, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 52 | 153 | 15 | - |
| CMYK | 0.66 | 0 | 0.90 | 0.4 |
| HSL | 103.91º | 0.82% | 0.33% | - |
| HSV(B) | 103.91º | 0.9% | 0.6% | - |
| XYZ | 12.89 | 23.55 | 4.32 | - |
| YUV | 107.07 | 76.04 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 153 | 15 | 0.66 | 0 | 0.90 | 0.4 | 103.91 | 0.82 | 0.33 |
| Hex | 34 | 99 | F | 42 | 0 | 5A | 28 | 68 | 52 | 21 |
| Octal | 64 | 231 | 17 | 102 | 0 | 132 | 50 | 150 | 122 | 41 |
| Binary | 110100 | 10011001 | 1111 | 1000010 | 0 | 1011010 | 101000 | 1101000 | 1010010 | 100001 |
Color Harmonies of #34990F
Complementary color
Monochromatic Colors of #34990F
Black with #34990F
Text Example
Text Example
White with #34990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34990F; }
p { color: rgb(52,153,15); }
H1.HeaderClassName
{
color: #34990F;
}
.AnyTagClassName
{
color: #34990F;
}
</style>
background-color css
<style>
a { background-color: #34990F; }
a { background-color: rgb(52,153,15); }
div.DivClassName
{
background-color: #34990F;
}
.BgClassName
{
background-color: #34990F;
}
</style>
border-color css
<style>
span { border-color: #34990F; }
span { border-color: rgb(52,153,15); }
td.TdClassName
{
border-color: #34990F;
}
.TagClassName
{
border-color: #34990F;
}
</style>