Shades of La Palma #468B01
Tints of La Palma #468B01
RGB
CMYK
RGB Variations
Color information
#468B01 (or 0x468B01) is known color: La Palma. HEX triplet: 46, 8B and 01. RGB value is (70,139,1). Sum of RGB (Red+Green+Blue) = 70+139+1=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 139 (54.69% from 255 or 66.19% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 139 - color contains mainly: green. Hex color #468B01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #468B01 is #B974FE. Grayscale: #676767. Windows color (decimal): -12154111 or 101190. OLE color: 101190.
HSL color Cylindrical-coordinate representation of color #468B01: hue angle of 90º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #468B01 is Cyan = 0.50, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 139 | 1 | - |
| CMYK | 0.50 | 0 | 0.99 | 0.45 |
| HSL | 90º | 0.99% | 0.27% | - |
| HSV(B) | 90º | 0.99% | 0.55% | - |
| XYZ | 11.76 | 19.77 | 3.22 | - |
| YUV | 102.64 | 70.64 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 1 | 0.50 | 0 | 0.99 | 0.45 | 90 | 0.99 | 0.27 |
| Hex | 46 | 8B | 1 | 32 | 0 | 63 | 2D | 5A | 63 | 1B |
| Octal | 106 | 213 | 1 | 62 | 0 | 143 | 55 | 132 | 143 | 33 |
| Binary | 1000110 | 10001011 | 1 | 110010 | 0 | 1100011 | 101101 | 1011010 | 1100011 | 11011 |
Color Harmonies of #468B01
Complementary color
Monochromatic Colors of #468B01
Black with #468B01
Text Example
Text Example
White with #468B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B01; }
p { color: rgb(70,139,1); }
H1.HeaderClassName
{
color: #468B01;
}
.AnyTagClassName
{
color: #468B01;
}
</style>
background-color css
<style>
a { background-color: #468B01; }
a { background-color: rgb(70,139,1); }
div.DivClassName
{
background-color: #468B01;
}
.BgClassName
{
background-color: #468B01;
}
</style>
border-color css
<style>
span { border-color: #468B01; }
span { border-color: rgb(70,139,1); }
td.TdClassName
{
border-color: #468B01;
}
.TagClassName
{
border-color: #468B01;
}
</style>