Shades of La Palma #468B38
Tints of La Palma #468B38
RGB
CMYK
RGB Variations
Color information
#468B38 (or 0x468B38) is known color: La Palma. HEX triplet: 46, 8B and 38. RGB value is (70,139,56). Sum of RGB (Red+Green+Blue) = 70+139+56=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 139 (54.69% from 255 or 52.45% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 139 - color contains mainly: green. Hex color #468B38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468B38 is #B974C7. Grayscale: #6D6D6D. Windows color (decimal): -12154056 or 3705670. OLE color: 3705670.
HSL color Cylindrical-coordinate representation of color #468B38: hue angle of 109.88º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #468B38 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 139 | 56 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.45 |
| HSL | 109.88º | 0.43% | 0.38% | - |
| HSV(B) | 109.88º | 0.6% | 0.55% | - |
| XYZ | 12.47 | 20.05 | 6.95 | - |
| YUV | 108.91 | 98.14 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 139 | 56 | 0.50 | 0 | 0.60 | 0.45 | 109.88 | 0.43 | 0.38 |
| Hex | 46 | 8B | 38 | 32 | 0 | 3C | 2D | 6E | 2B | 26 |
| Octal | 106 | 213 | 70 | 62 | 0 | 74 | 55 | 156 | 53 | 46 |
| Binary | 1000110 | 10001011 | 111000 | 110010 | 0 | 111100 | 101101 | 1101110 | 101011 | 100110 |
Color Harmonies of #468B38
Complementary color
Monochromatic Colors of #468B38
Black with #468B38
Text Example
Text Example
White with #468B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #468B38; }
p { color: rgb(70,139,56); }
H1.HeaderClassName
{
color: #468B38;
}
.AnyTagClassName
{
color: #468B38;
}
</style>
background-color css
<style>
a { background-color: #468B38; }
a { background-color: rgb(70,139,56); }
div.DivClassName
{
background-color: #468B38;
}
.BgClassName
{
background-color: #468B38;
}
</style>
border-color css
<style>
span { border-color: #468B38; }
span { border-color: rgb(70,139,56); }
td.TdClassName
{
border-color: #468B38;
}
.TagClassName
{
border-color: #468B38;
}
</style>