Shades of La Palma #438C22
Tints of La Palma #438C22
RGB
CMYK
RGB Variations
Color information
#438C22 (or 0x438C22) is known color: La Palma. HEX triplet: 43, 8C and 22. RGB value is (67,140,34). Sum of RGB (Red+Green+Blue) = 67+140+34=241 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.80% from 241); Green value is 140 (55.08% from 255 or 58.09% from 241); Blue value is 34 (13.67% from 255 or 14.11% from 241); Max value from RGB is 140 - color contains mainly: green. Hex color #438C22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438C22 is #BC73DD. Grayscale: #6A6A6A. Windows color (decimal): -12350430 or 2264131. OLE color: 2264131.
HSL color Cylindrical-coordinate representation of color #438C22: hue angle of 101.32º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #438C22 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 34 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.45 |
| HSL | 101.32º | 0.61% | 0.34% | - |
| HSV(B) | 101.32º | 0.76% | 0.55% | - |
| XYZ | 11.98 | 20.06 | 4.75 | - |
| YUV | 106.09 | 87.32 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 34 | 0.52 | 0 | 0.76 | 0.45 | 101.32 | 0.61 | 0.34 |
| Hex | 43 | 8C | 22 | 34 | 0 | 4C | 2D | 65 | 3D | 22 |
| Octal | 103 | 214 | 42 | 64 | 0 | 114 | 55 | 145 | 75 | 42 |
| Binary | 1000011 | 10001100 | 100010 | 110100 | 0 | 1001100 | 101101 | 1100101 | 111101 | 100010 |
Color Harmonies of #438C22
Complementary color
Monochromatic Colors of #438C22
Black with #438C22
Text Example
Text Example
White with #438C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C22; }
p { color: rgb(67,140,34); }
H1.HeaderClassName
{
color: #438C22;
}
.AnyTagClassName
{
color: #438C22;
}
</style>
background-color css
<style>
a { background-color: #438C22; }
a { background-color: rgb(67,140,34); }
div.DivClassName
{
background-color: #438C22;
}
.BgClassName
{
background-color: #438C22;
}
</style>
border-color css
<style>
span { border-color: #438C22; }
span { border-color: rgb(67,140,34); }
td.TdClassName
{
border-color: #438C22;
}
.TagClassName
{
border-color: #438C22;
}
</style>