Shades of La Palma #45953B
Tints of La Palma #45953B
RGB
CMYK
RGB Variations
Color information
#45953B (or 0x45953B) is known color: La Palma. HEX triplet: 45, 95 and 3B. RGB value is (69,149,59). Sum of RGB (Red+Green+Blue) = 69+149+59=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #45953B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45953B is #BA6AC4. Grayscale: #737373. Windows color (decimal): -12217029 or 3904837. OLE color: 3904837.
HSL color Cylindrical-coordinate representation of color #45953B: hue angle of 113.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45953B is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 149 | 59 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.42 |
| HSL | 113.33º | 0.43% | 0.41% | - |
| HSV(B) | 113.33º | 0.6% | 0.58% | - |
| XYZ | 13.99 | 23.08 | 7.85 | - |
| YUV | 114.82 | 96.5 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 59 | 0.54 | 0 | 0.60 | 0.42 | 113.33 | 0.43 | 0.41 |
| Hex | 45 | 95 | 3B | 36 | 0 | 3C | 2A | 71 | 2B | 29 |
| Octal | 105 | 225 | 73 | 66 | 0 | 74 | 52 | 161 | 53 | 51 |
| Binary | 1000101 | 10010101 | 111011 | 110110 | 0 | 111100 | 101010 | 1110001 | 101011 | 101001 |
Color Harmonies of #45953B
Complementary color
Monochromatic Colors of #45953B
Black with #45953B
Text Example
Text Example
White with #45953B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45953B; }
p { color: rgb(69,149,59); }
H1.HeaderClassName
{
color: #45953B;
}
.AnyTagClassName
{
color: #45953B;
}
</style>
background-color css
<style>
a { background-color: #45953B; }
a { background-color: rgb(69,149,59); }
div.DivClassName
{
background-color: #45953B;
}
.BgClassName
{
background-color: #45953B;
}
</style>
border-color css
<style>
span { border-color: #45953B; }
span { border-color: rgb(69,149,59); }
td.TdClassName
{
border-color: #45953B;
}
.TagClassName
{
border-color: #45953B;
}
</style>