Shades of La Palma #45962D
Tints of La Palma #45962D
RGB
CMYK
RGB Variations
Color information
#45962D (or 0x45962D) is known color: La Palma. HEX triplet: 45, 96 and 2D. RGB value is (69,150,45). Sum of RGB (Red+Green+Blue) = 69+150+45=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #45962D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45962D is #BA69D2. Grayscale: #727272. Windows color (decimal): -12216787 or 2987589. OLE color: 2987589.
HSL color Cylindrical-coordinate representation of color #45962D: hue angle of 106.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45962D is Cyan = 0.54, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 150 | 45 | - |
| CMYK | 0.54 | 0 | 0.70 | 0.41 |
| HSL | 106.29º | 0.54% | 0.38% | - |
| HSV(B) | 106.29º | 0.7% | 0.59% | - |
| XYZ | 13.83 | 23.27 | 6.24 | - |
| YUV | 113.81 | 89.16 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 150 | 45 | 0.54 | 0 | 0.70 | 0.41 | 106.29 | 0.54 | 0.38 |
| Hex | 45 | 96 | 2D | 36 | 0 | 46 | 29 | 6A | 36 | 26 |
| Octal | 105 | 226 | 55 | 66 | 0 | 106 | 51 | 152 | 66 | 46 |
| Binary | 1000101 | 10010110 | 101101 | 110110 | 0 | 1000110 | 101001 | 1101010 | 110110 | 100110 |
Color Harmonies of #45962D
Complementary color
Monochromatic Colors of #45962D
Black with #45962D
Text Example
Text Example
White with #45962D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45962D; }
p { color: rgb(69,150,45); }
H1.HeaderClassName
{
color: #45962D;
}
.AnyTagClassName
{
color: #45962D;
}
</style>
background-color css
<style>
a { background-color: #45962D; }
a { background-color: rgb(69,150,45); }
div.DivClassName
{
background-color: #45962D;
}
.BgClassName
{
background-color: #45962D;
}
</style>
border-color css
<style>
span { border-color: #45962D; }
span { border-color: rgb(69,150,45); }
td.TdClassName
{
border-color: #45962D;
}
.TagClassName
{
border-color: #45962D;
}
</style>