Shades of La Palma #438A1C
Tints of La Palma #438A1C
RGB
CMYK
RGB Variations
Color information
#438A1C (or 0x438A1C) is known color: La Palma. HEX triplet: 43, 8A and 1C. RGB value is (67,138,28). Sum of RGB (Red+Green+Blue) = 67+138+28=233 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.76% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #438A1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438A1C is #BC75E3. Grayscale: #686868. Windows color (decimal): -12350948 or 1870403. OLE color: 1870403.
HSL color Cylindrical-coordinate representation of color #438A1C: hue angle of 98.73º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #438A1C is Cyan = 0.51, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 138 | 28 | - |
| CMYK | 0.51 | 0 | 0.80 | 0.46 |
| HSL | 98.73º | 0.66% | 0.33% | - |
| HSV(B) | 98.73º | 0.8% | 0.54% | - |
| XYZ | 11.61 | 19.45 | 4.24 | - |
| YUV | 104.23 | 84.98 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 28 | 0.51 | 0 | 0.80 | 0.46 | 98.73 | 0.66 | 0.33 |
| Hex | 43 | 8A | 1C | 33 | 0 | 50 | 2E | 63 | 42 | 21 |
| Octal | 103 | 212 | 34 | 63 | 0 | 120 | 56 | 143 | 102 | 41 |
| Binary | 1000011 | 10001010 | 11100 | 110011 | 0 | 1010000 | 101110 | 1100011 | 1000010 | 100001 |
Color Harmonies of #438A1C
Complementary color
Monochromatic Colors of #438A1C
Black with #438A1C
Text Example
Text Example
White with #438A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438A1C; }
p { color: rgb(67,138,28); }
H1.HeaderClassName
{
color: #438A1C;
}
.AnyTagClassName
{
color: #438A1C;
}
</style>
background-color css
<style>
a { background-color: #438A1C; }
a { background-color: rgb(67,138,28); }
div.DivClassName
{
background-color: #438A1C;
}
.BgClassName
{
background-color: #438A1C;
}
</style>
border-color css
<style>
span { border-color: #438A1C; }
span { border-color: rgb(67,138,28); }
td.TdClassName
{
border-color: #438A1C;
}
.TagClassName
{
border-color: #438A1C;
}
</style>