Shades of La Palma #43920C
Tints of La Palma #43920C
RGB
CMYK
RGB Variations
Color information
#43920C (or 0x43920C) is known color: La Palma. HEX triplet: 43, 92 and 0C. RGB value is (67,146,12). Sum of RGB (Red+Green+Blue) = 67+146+12=225 (29% of max value = 765). Red value is 67 (26.56% from 255 or 29.78% from 225); Green value is 146 (57.42% from 255 or 64.89% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 146 - color contains mainly: green. Hex color #43920C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #43920C is #BC6DF3. Grayscale: #6B6B6B. Windows color (decimal): -12348916 or 823875. OLE color: 823875.
HSL color Cylindrical-coordinate representation of color #43920C: hue angle of 95.37º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #43920C is Cyan = 0.54, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 146 | 12 | - |
| CMYK | 0.54 | 0 | 0.92 | 0.43 |
| HSL | 95.37º | 0.85% | 0.31% | - |
| HSV(B) | 95.37º | 0.92% | 0.57% | - |
| XYZ | 12.66 | 21.78 | 3.88 | - |
| YUV | 107.1 | 74.33 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 146 | 12 | 0.54 | 0 | 0.92 | 0.43 | 95.37 | 0.85 | 0.31 |
| Hex | 43 | 92 | C | 36 | 0 | 5C | 2B | 5F | 55 | 1F |
| Octal | 103 | 222 | 14 | 66 | 0 | 134 | 53 | 137 | 125 | 37 |
| Binary | 1000011 | 10010010 | 1100 | 110110 | 0 | 1011100 | 101011 | 1011111 | 1010101 | 11111 |
Color Harmonies of #43920C
Complementary color
Monochromatic Colors of #43920C
Black with #43920C
Text Example
Text Example
White with #43920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43920C; }
p { color: rgb(67,146,12); }
H1.HeaderClassName
{
color: #43920C;
}
.AnyTagClassName
{
color: #43920C;
}
</style>
background-color css
<style>
a { background-color: #43920C; }
a { background-color: rgb(67,146,12); }
div.DivClassName
{
background-color: #43920C;
}
.BgClassName
{
background-color: #43920C;
}
</style>
border-color css
<style>
span { border-color: #43920C; }
span { border-color: rgb(67,146,12); }
td.TdClassName
{
border-color: #43920C;
}
.TagClassName
{
border-color: #43920C;
}
</style>