Shades of La Palma #45A328
Tints of La Palma #45A328
RGB
CMYK
RGB Variations
Color information
#45A328 (or 0x45A328) is known color: La Palma. HEX triplet: 45, A3 and 28. RGB value is (69,163,40). Sum of RGB (Red+Green+Blue) = 69+163+40=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 163 (64.06% from 255 or 59.93% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 163 - color contains mainly: green. Hex color #45A328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A328 is #BA5CD7. Grayscale: #797979. Windows color (decimal): -12213464 or 2663237. OLE color: 2663237.
HSL color Cylindrical-coordinate representation of color #45A328: hue angle of 105.85º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45A328 is Cyan = 0.58, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 163 | 40 | - |
| CMYK | 0.58 | 0 | 0.75 | 0.36 |
| HSL | 105.85º | 0.61% | 0.4% | - |
| HSV(B) | 105.85º | 0.75% | 0.64% | - |
| XYZ | 15.93 | 27.61 | 6.5 | - |
| YUV | 120.87 | 82.36 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 163 | 40 | 0.58 | 0 | 0.75 | 0.36 | 105.85 | 0.61 | 0.4 |
| Hex | 45 | A3 | 28 | 3A | 0 | 4B | 24 | 6A | 3D | 28 |
| Octal | 105 | 243 | 50 | 72 | 0 | 113 | 44 | 152 | 75 | 50 |
| Binary | 1000101 | 10100011 | 101000 | 111010 | 0 | 1001011 | 100100 | 1101010 | 111101 | 101000 |
Color Harmonies of #45A328
Complementary color
Monochromatic Colors of #45A328
Black with #45A328
Text Example
Text Example
White with #45A328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A328; }
p { color: rgb(69,163,40); }
H1.HeaderClassName
{
color: #45A328;
}
.AnyTagClassName
{
color: #45A328;
}
</style>
background-color css
<style>
a { background-color: #45A328; }
a { background-color: rgb(69,163,40); }
div.DivClassName
{
background-color: #45A328;
}
.BgClassName
{
background-color: #45A328;
}
</style>
border-color css
<style>
span { border-color: #45A328; }
span { border-color: rgb(69,163,40); }
td.TdClassName
{
border-color: #45A328;
}
.TagClassName
{
border-color: #45A328;
}
</style>