Shades of La Palma #438C34
Tints of La Palma #438C34
RGB
CMYK
RGB Variations
Color information
#438C34 (or 0x438C34) is known color: La Palma. HEX triplet: 43, 8C and 34. RGB value is (67,140,52). Sum of RGB (Red+Green+Blue) = 67+140+52=259 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.87% from 259); Green value is 140 (55.08% from 255 or 54.05% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 140 - color contains mainly: green. Hex color #438C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438C34 is #BC73CB. Grayscale: #6C6C6C. Windows color (decimal): -12350412 or 3443779. OLE color: 3443779.
HSL color Cylindrical-coordinate representation of color #438C34: hue angle of 109.77º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #438C34 is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 52 | - |
| CMYK | 0.52 | 0 | 0.63 | 0.45 |
| HSL | 109.77º | 0.46% | 0.38% | - |
| HSV(B) | 109.77º | 0.63% | 0.55% | - |
| XYZ | 12.31 | 20.2 | 6.5 | - |
| YUV | 108.14 | 96.32 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 52 | 0.52 | 0 | 0.63 | 0.45 | 109.77 | 0.46 | 0.38 |
| Hex | 43 | 8C | 34 | 34 | 0 | 3F | 2D | 6E | 2E | 26 |
| Octal | 103 | 214 | 64 | 64 | 0 | 77 | 55 | 156 | 56 | 46 |
| Binary | 1000011 | 10001100 | 110100 | 110100 | 0 | 111111 | 101101 | 1101110 | 101110 | 100110 |
Color Harmonies of #438C34
Complementary color
Monochromatic Colors of #438C34
Black with #438C34
Text Example
Text Example
White with #438C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C34; }
p { color: rgb(67,140,52); }
H1.HeaderClassName
{
color: #438C34;
}
.AnyTagClassName
{
color: #438C34;
}
</style>
background-color css
<style>
a { background-color: #438C34; }
a { background-color: rgb(67,140,52); }
div.DivClassName
{
background-color: #438C34;
}
.BgClassName
{
background-color: #438C34;
}
</style>
border-color css
<style>
span { border-color: #438C34; }
span { border-color: rgb(67,140,52); }
td.TdClassName
{
border-color: #438C34;
}
.TagClassName
{
border-color: #438C34;
}
</style>