Shades of La Palma #438C38
Tints of La Palma #438C38
RGB
CMYK
RGB Variations
Color information
#438C38 (or 0x438C38) is known color: La Palma. HEX triplet: 43, 8C and 38. RGB value is (67,140,56). Sum of RGB (Red+Green+Blue) = 67+140+56=263 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.48% from 263); Green value is 140 (55.08% from 255 or 53.23% from 263); Blue value is 56 (22.27% from 255 or 21.29% from 263); Max value from RGB is 140 - color contains mainly: green. Hex color #438C38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438C38 is #BC73C7. Grayscale: #6C6C6C. Windows color (decimal): -12350408 or 3705923. OLE color: 3705923.
HSL color Cylindrical-coordinate representation of color #438C38: hue angle of 112.14º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #438C38 is Cyan = 0.52, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 56 | - |
| CMYK | 0.52 | 0 | 0.6 | 0.45 |
| HSL | 112.14º | 0.43% | 0.38% | - |
| HSV(B) | 112.14º | 0.6% | 0.55% | - |
| XYZ | 12.41 | 20.23 | 6.99 | - |
| YUV | 108.6 | 98.32 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 56 | 0.52 | 0 | 0.6 | 0.45 | 112.14 | 0.43 | 0.38 |
| Hex | 43 | 8C | 38 | 34 | 0 | 3C | 2D | 70 | 2B | 26 |
| Octal | 103 | 214 | 70 | 64 | 0 | 74 | 55 | 160 | 53 | 46 |
| Binary | 1000011 | 10001100 | 111000 | 110100 | 0 | 111100 | 101101 | 1110000 | 101011 | 100110 |
Color Harmonies of #438C38
Complementary color
Monochromatic Colors of #438C38
Black with #438C38
Text Example
Text Example
White with #438C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C38; }
p { color: rgb(67,140,56); }
H1.HeaderClassName
{
color: #438C38;
}
.AnyTagClassName
{
color: #438C38;
}
</style>
background-color css
<style>
a { background-color: #438C38; }
a { background-color: rgb(67,140,56); }
div.DivClassName
{
background-color: #438C38;
}
.BgClassName
{
background-color: #438C38;
}
</style>
border-color css
<style>
span { border-color: #438C38; }
span { border-color: rgb(67,140,56); }
td.TdClassName
{
border-color: #438C38;
}
.TagClassName
{
border-color: #438C38;
}
</style>