Shades of La Palma #45A330
Tints of La Palma #45A330
RGB
CMYK
RGB Variations
Color information
#45A330 (or 0x45A330) is known color: La Palma. HEX triplet: 45, A3 and 30. RGB value is (69,163,48). Sum of RGB (Red+Green+Blue) = 69+163+48=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 163 (64.06% from 255 or 58.21% from 280); Blue value is 48 (19.14% from 255 or 17.14% from 280); Max value from RGB is 163 - color contains mainly: green. Hex color #45A330 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A330 is #BA5CCF. Grayscale: #7A7A7A. Windows color (decimal): -12213456 or 3187525. OLE color: 3187525.
HSL color Cylindrical-coordinate representation of color #45A330: hue angle of 109.04º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45A330 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 163 | 48 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.36 |
| HSL | 109.04º | 0.55% | 0.41% | - |
| HSV(B) | 109.04º | 0.71% | 0.64% | - |
| XYZ | 16.08 | 27.67 | 7.29 | - |
| YUV | 121.78 | 86.36 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 163 | 48 | 0.58 | 0 | 0.71 | 0.36 | 109.04 | 0.55 | 0.41 |
| Hex | 45 | A3 | 30 | 3A | 0 | 47 | 24 | 6D | 37 | 29 |
| Octal | 105 | 243 | 60 | 72 | 0 | 107 | 44 | 155 | 67 | 51 |
| Binary | 1000101 | 10100011 | 110000 | 111010 | 0 | 1000111 | 100100 | 1101101 | 110111 | 101001 |
Color Harmonies of #45A330
Complementary color
Monochromatic Colors of #45A330
Black with #45A330
Text Example
Text Example
White with #45A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A330; }
p { color: rgb(69,163,48); }
H1.HeaderClassName
{
color: #45A330;
}
.AnyTagClassName
{
color: #45A330;
}
</style>
background-color css
<style>
a { background-color: #45A330; }
a { background-color: rgb(69,163,48); }
div.DivClassName
{
background-color: #45A330;
}
.BgClassName
{
background-color: #45A330;
}
</style>
border-color css
<style>
span { border-color: #45A330; }
span { border-color: rgb(69,163,48); }
td.TdClassName
{
border-color: #45A330;
}
.TagClassName
{
border-color: #45A330;
}
</style>