Shades of La Palma #43980F
Tints of La Palma #43980F
RGB
CMYK
RGB Variations
Color information
#43980F (or 0x43980F) is known color: La Palma. HEX triplet: 43, 98 and 0F. RGB value is (67,152,15). Sum of RGB (Red+Green+Blue) = 67+152+15=234 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.63% from 234); Green value is 152 (59.77% from 255 or 64.96% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 152 - color contains mainly: green. Hex color #43980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #43980F is #BC67F0. Grayscale: #6F6F6F. Windows color (decimal): -12347377 or 1022019. OLE color: 1022019.
HSL color Cylindrical-coordinate representation of color #43980F: hue angle of 97.23º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #43980F is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 152 | 15 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.40 |
| HSL | 97.23º | 0.82% | 0.33% | - |
| HSV(B) | 97.23º | 0.9% | 0.6% | - |
| XYZ | 13.63 | 23.68 | 4.31 | - |
| YUV | 110.97 | 73.84 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 152 | 15 | 0.56 | 0 | 0.90 | 0.40 | 97.23 | 0.82 | 0.33 |
| Hex | 43 | 98 | F | 38 | 0 | 5A | 28 | 61 | 52 | 21 |
| Octal | 103 | 230 | 17 | 70 | 0 | 132 | 50 | 141 | 122 | 41 |
| Binary | 1000011 | 10011000 | 1111 | 111000 | 0 | 1011010 | 101000 | 1100001 | 1010010 | 100001 |
Color Harmonies of #43980F
Complementary color
Monochromatic Colors of #43980F
Black with #43980F
Text Example
Text Example
White with #43980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43980F; }
p { color: rgb(67,152,15); }
H1.HeaderClassName
{
color: #43980F;
}
.AnyTagClassName
{
color: #43980F;
}
</style>
background-color css
<style>
a { background-color: #43980F; }
a { background-color: rgb(67,152,15); }
div.DivClassName
{
background-color: #43980F;
}
.BgClassName
{
background-color: #43980F;
}
</style>
border-color css
<style>
span { border-color: #43980F; }
span { border-color: rgb(67,152,15); }
td.TdClassName
{
border-color: #43980F;
}
.TagClassName
{
border-color: #43980F;
}
</style>