Shades of La Palma #468933
Tints of La Palma #468933
RGB
CMYK
RGB Variations
Color information
#468933 (or 0x468933) is known color: La Palma. HEX triplet: 46, 89 and 33. RGB value is (70,137,51). Sum of RGB (Red+Green+Blue) = 70+137+51=258 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.13% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #468933 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468933 is #B976CC. Grayscale: #6B6B6B. Windows color (decimal): -12154573 or 3377478. OLE color: 3377478.
HSL color Cylindrical-coordinate representation of color #468933: hue angle of 106.74º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #468933 is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 137 | 51 | - |
| CMYK | 0.49 | 0 | 0.63 | 0.46 |
| HSL | 106.74º | 0.46% | 0.37% | - |
| HSV(B) | 106.74º | 0.63% | 0.54% | - |
| XYZ | 12.07 | 19.43 | 6.25 | - |
| YUV | 107.16 | 96.3 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 137 | 51 | 0.49 | 0 | 0.63 | 0.46 | 106.74 | 0.46 | 0.37 |
| Hex | 46 | 89 | 33 | 31 | 0 | 3F | 2E | 6B | 2E | 25 |
| Octal | 106 | 211 | 63 | 61 | 0 | 77 | 56 | 153 | 56 | 45 |
| Binary | 1000110 | 10001001 | 110011 | 110001 | 0 | 111111 | 101110 | 1101011 | 101110 | 100101 |
Color Harmonies of #468933
Complementary color
Monochromatic Colors of #468933
Black with #468933
Text Example
Text Example
White with #468933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468933; }
p { color: rgb(70,137,51); }
H1.HeaderClassName
{
color: #468933;
}
.AnyTagClassName
{
color: #468933;
}
</style>
background-color css
<style>
a { background-color: #468933; }
a { background-color: rgb(70,137,51); }
div.DivClassName
{
background-color: #468933;
}
.BgClassName
{
background-color: #468933;
}
</style>
border-color css
<style>
span { border-color: #468933; }
span { border-color: rgb(70,137,51); }
td.TdClassName
{
border-color: #468933;
}
.TagClassName
{
border-color: #468933;
}
</style>