Shades of La Palma #45953C
Tints of La Palma #45953C
RGB
CMYK
RGB Variations
Color information
#45953C (or 0x45953C) is known color: La Palma. HEX triplet: 45, 95 and 3C. RGB value is (69,149,60). Sum of RGB (Red+Green+Blue) = 69+149+60=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 149 (58.59% from 255 or 53.60% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 149 - color contains mainly: green. Hex color #45953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45953C is #BA6AC3. Grayscale: #737373. Windows color (decimal): -12217028 or 3970373. OLE color: 3970373.
HSL color Cylindrical-coordinate representation of color #45953C: hue angle of 113.93º 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 #45953C is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 69 | 149 | 60 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.42 |
| HSL | 113.93º | 0.43% | 0.41% | - |
| HSV(B) | 113.93º | 0.6% | 0.58% | - |
| XYZ | 14.02 | 23.09 | 7.99 | - |
| YUV | 114.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 149 | 60 | 0.54 | 0 | 0.60 | 0.42 | 113.93 | 0.43 | 0.41 |
| Hex | 45 | 95 | 3C | 36 | 0 | 3C | 2A | 72 | 2B | 29 |
| Octal | 105 | 225 | 74 | 66 | 0 | 74 | 52 | 162 | 53 | 51 |
| Binary | 1000101 | 10010101 | 111100 | 110110 | 0 | 111100 | 101010 | 1110010 | 101011 | 101001 |
Color Harmonies of #45953C
Complementary color
Monochromatic Colors of #45953C
Black with #45953C
Text Example
Text Example
White with #45953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45953C; }
p { color: rgb(69,149,60); }
H1.HeaderClassName
{
color: #45953C;
}
.AnyTagClassName
{
color: #45953C;
}
</style>
background-color css
<style>
a { background-color: #45953C; }
a { background-color: rgb(69,149,60); }
div.DivClassName
{
background-color: #45953C;
}
.BgClassName
{
background-color: #45953C;
}
</style>
border-color css
<style>
span { border-color: #45953C; }
span { border-color: rgb(69,149,60); }
td.TdClassName
{
border-color: #45953C;
}
.TagClassName
{
border-color: #45953C;
}
</style>