Shades of La Palma #438235
Tints of La Palma #438235
RGB
CMYK
RGB Variations
Color information
#438235 (or 0x438235) is known color: La Palma. HEX triplet: 43, 82 and 35. RGB value is (67,130,53). Sum of RGB (Red+Green+Blue) = 67+130+53=250 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.8% from 250); Green value is 130 (51.17% from 255 or 52% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 130 - color contains mainly: green. Hex color #438235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #438235 is #BC7DCA. Grayscale: #666666. Windows color (decimal): -12352971 or 3506755. OLE color: 3506755.
HSL color Cylindrical-coordinate representation of color #438235: hue angle of 109.09º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #438235 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 130 | 53 | - |
| CMYK | 0.48 | 0 | 0.59 | 0.49 |
| HSL | 109.09º | 0.42% | 0.36% | - |
| HSV(B) | 109.09º | 0.59% | 0.51% | - |
| XYZ | 10.94 | 17.42 | 6.15 | - |
| YUV | 102.39 | 100.13 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 53 | 0.48 | 0 | 0.59 | 0.49 | 109.09 | 0.42 | 0.36 |
| Hex | 43 | 82 | 35 | 30 | 0 | 3B | 31 | 6D | 2A | 24 |
| Octal | 103 | 202 | 65 | 60 | 0 | 73 | 61 | 155 | 52 | 44 |
| Binary | 1000011 | 10000010 | 110101 | 110000 | 0 | 111011 | 110001 | 1101101 | 101010 | 100100 |
Color Harmonies of #438235
Complementary color
Monochromatic Colors of #438235
Black with #438235
Text Example
Text Example
White with #438235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438235; }
p { color: rgb(67,130,53); }
H1.HeaderClassName
{
color: #438235;
}
.AnyTagClassName
{
color: #438235;
}
</style>
background-color css
<style>
a { background-color: #438235; }
a { background-color: rgb(67,130,53); }
div.DivClassName
{
background-color: #438235;
}
.BgClassName
{
background-color: #438235;
}
</style>
border-color css
<style>
span { border-color: #438235; }
span { border-color: rgb(67,130,53); }
td.TdClassName
{
border-color: #438235;
}
.TagClassName
{
border-color: #438235;
}
</style>