Shades of La Palma #34980B
Tints of La Palma #34980B
RGB
CMYK
RGB Variations
Color information
#34980B (or 0x34980B) is known color: La Palma. HEX triplet: 34, 98 and 0B. RGB value is (52,152,11). Sum of RGB (Red+Green+Blue) = 52+152+11=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 152 (59.77% from 255 or 70.70% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 152 - color contains mainly: green. Hex color #34980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #34980B is #CB67F4. Grayscale: #6A6A6A. Windows color (decimal): -13330421 or 759860. OLE color: 759860.
HSL color Cylindrical-coordinate representation of color #34980B: hue angle of 102.55º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #34980B is Cyan = 0.66, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 52 | 152 | 11 | - |
| CMYK | 0.66 | 0 | 0.93 | 0.40 |
| HSL | 102.55º | 0.87% | 0.32% | - |
| HSV(B) | 102.55º | 0.93% | 0.6% | - |
| XYZ | 12.7 | 23.21 | 4.13 | - |
| YUV | 106.03 | 74.37 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 11 | 0.66 | 0 | 0.93 | 0.40 | 102.55 | 0.87 | 0.32 |
| Hex | 34 | 98 | B | 42 | 0 | 5D | 28 | 67 | 57 | 20 |
| Octal | 64 | 230 | 13 | 102 | 0 | 135 | 50 | 147 | 127 | 40 |
| Binary | 110100 | 10011000 | 1011 | 1000010 | 0 | 1011101 | 101000 | 1100111 | 1010111 | 100000 |
Color Harmonies of #34980B
Complementary color
Monochromatic Colors of #34980B
Black with #34980B
Text Example
Text Example
White with #34980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34980B; }
p { color: rgb(52,152,11); }
H1.HeaderClassName
{
color: #34980B;
}
.AnyTagClassName
{
color: #34980B;
}
</style>
background-color css
<style>
a { background-color: #34980B; }
a { background-color: rgb(52,152,11); }
div.DivClassName
{
background-color: #34980B;
}
.BgClassName
{
background-color: #34980B;
}
</style>
border-color css
<style>
span { border-color: #34980B; }
span { border-color: rgb(52,152,11); }
td.TdClassName
{
border-color: #34980B;
}
.TagClassName
{
border-color: #34980B;
}
</style>