Shades of La Palma #438C3C
Tints of La Palma #438C3C
RGB
CMYK
RGB Variations
Color information
#438C3C (or 0x438C3C) is known color: La Palma. HEX triplet: 43, 8C and 3C. RGB value is (67,140,60). Sum of RGB (Red+Green+Blue) = 67+140+60=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #438C3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438C3C is #BC73C3. Grayscale: #6D6D6D. Windows color (decimal): -12350404 or 3968067. OLE color: 3968067.
HSL color Cylindrical-coordinate representation of color #438C3C: hue angle of 114.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #438C3C is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 140 | 60 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.45 |
| HSL | 114.75º | 0.4% | 0.39% | - |
| HSV(B) | 114.75º | 0.57% | 0.55% | - |
| XYZ | 12.51 | 20.28 | 7.53 | - |
| YUV | 109.05 | 100.32 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 140 | 60 | 0.52 | 0 | 0.57 | 0.45 | 114.75 | 0.4 | 0.39 |
| Hex | 43 | 8C | 3C | 34 | 0 | 39 | 2D | 73 | 28 | 27 |
| Octal | 103 | 214 | 74 | 64 | 0 | 71 | 55 | 163 | 50 | 47 |
| Binary | 1000011 | 10001100 | 111100 | 110100 | 0 | 111001 | 101101 | 1110011 | 101000 | 100111 |
Color Harmonies of #438C3C
Complementary color
Monochromatic Colors of #438C3C
Black with #438C3C
Text Example
Text Example
White with #438C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438C3C; }
p { color: rgb(67,140,60); }
H1.HeaderClassName
{
color: #438C3C;
}
.AnyTagClassName
{
color: #438C3C;
}
</style>
background-color css
<style>
a { background-color: #438C3C; }
a { background-color: rgb(67,140,60); }
div.DivClassName
{
background-color: #438C3C;
}
.BgClassName
{
background-color: #438C3C;
}
</style>
border-color css
<style>
span { border-color: #438C3C; }
span { border-color: rgb(67,140,60); }
td.TdClassName
{
border-color: #438C3C;
}
.TagClassName
{
border-color: #438C3C;
}
</style>