Shades of La Palma #438C14
Tints of La Palma #438C14
RGB
CMYK
RGB Variations
Color information
#438C14 (or 0x438C14) is known color: La Palma. HEX triplet: 43, 8C and 14. RGB value is (67,140,20). Sum of RGB (Red+Green+Blue) = 67+140+20=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #438C14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #438C14 is #BC73EB. Grayscale: #686868. Windows color (decimal): -12350444 or 1346627. OLE color: 1346627.
HSL color Cylindrical-coordinate representation of color #438C14: hue angle of 96.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #438C14 is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 20 | - |
| CMYK | 0.52 | 0 | 0.86 | 0.45 |
| HSL | 96.5º | 0.75% | 0.31% | - |
| HSV(B) | 96.5º | 0.86% | 0.55% | - |
| XYZ | 11.82 | 20 | 3.9 | - |
| YUV | 104.49 | 80.32 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 20 | 0.52 | 0 | 0.86 | 0.45 | 96.5 | 0.75 | 0.31 |
| Hex | 43 | 8C | 14 | 34 | 0 | 56 | 2D | 60 | 4B | 1F |
| Octal | 103 | 214 | 24 | 64 | 0 | 126 | 55 | 140 | 113 | 37 |
| Binary | 1000011 | 10001100 | 10100 | 110100 | 0 | 1010110 | 101101 | 1100000 | 1001011 | 11111 |
Color Harmonies of #438C14
Complementary color
Monochromatic Colors of #438C14
Black with #438C14
Text Example
Text Example
White with #438C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C14; }
p { color: rgb(67,140,20); }
H1.HeaderClassName
{
color: #438C14;
}
.AnyTagClassName
{
color: #438C14;
}
</style>
background-color css
<style>
a { background-color: #438C14; }
a { background-color: rgb(67,140,20); }
div.DivClassName
{
background-color: #438C14;
}
.BgClassName
{
background-color: #438C14;
}
</style>
border-color css
<style>
span { border-color: #438C14; }
span { border-color: rgb(67,140,20); }
td.TdClassName
{
border-color: #438C14;
}
.TagClassName
{
border-color: #438C14;
}
</style>