Shades of La Palma #438E12
Tints of La Palma #438E12
RGB
CMYK
RGB Variations
Color information
#438E12 (or 0x438E12) is known color: La Palma. HEX triplet: 43, 8E and 12. RGB value is (67,142,18). Sum of RGB (Red+Green+Blue) = 67+142+18=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 142 (55.86% from 255 or 62.56% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 142 - color contains mainly: green. Hex color #438E12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438E12 is #BC71ED. Grayscale: #696969. Windows color (decimal): -12349934 or 1216067. OLE color: 1216067.
HSL color Cylindrical-coordinate representation of color #438E12: hue angle of 96.29º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #438E12 is Cyan = 0.53, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 142 | 18 | - |
| CMYK | 0.53 | 0 | 0.87 | 0.44 |
| HSL | 96.29º | 0.78% | 0.31% | - |
| HSV(B) | 96.29º | 0.87% | 0.56% | - |
| XYZ | 12.1 | 20.58 | 3.91 | - |
| YUV | 105.44 | 78.65 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 142 | 18 | 0.53 | 0 | 0.87 | 0.44 | 96.29 | 0.78 | 0.31 |
| Hex | 43 | 8E | 12 | 35 | 0 | 57 | 2C | 60 | 4E | 1F |
| Octal | 103 | 216 | 22 | 65 | 0 | 127 | 54 | 140 | 116 | 37 |
| Binary | 1000011 | 10001110 | 10010 | 110101 | 0 | 1010111 | 101100 | 1100000 | 1001110 | 11111 |
Color Harmonies of #438E12
Complementary color
Monochromatic Colors of #438E12
Black with #438E12
Text Example
Text Example
White with #438E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438E12; }
p { color: rgb(67,142,18); }
H1.HeaderClassName
{
color: #438E12;
}
.AnyTagClassName
{
color: #438E12;
}
</style>
background-color css
<style>
a { background-color: #438E12; }
a { background-color: rgb(67,142,18); }
div.DivClassName
{
background-color: #438E12;
}
.BgClassName
{
background-color: #438E12;
}
</style>
border-color css
<style>
span { border-color: #438E12; }
span { border-color: rgb(67,142,18); }
td.TdClassName
{
border-color: #438E12;
}
.TagClassName
{
border-color: #438E12;
}
</style>