Shades of La Palma #45A430
Tints of La Palma #45A430
RGB
CMYK
RGB Variations
Color information
#45A430 (or 0x45A430) is known color: La Palma. HEX triplet: 45, A4 and 30. RGB value is (69,164,48). Sum of RGB (Red+Green+Blue) = 69+164+48=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #45A430 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A430 is #BA5BCF. Grayscale: #7A7A7A. Windows color (decimal): -12213200 or 3187781. OLE color: 3187781.
HSL color Cylindrical-coordinate representation of color #45A430: hue angle of 109.14º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45A430 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 164 | 48 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.36 |
| HSL | 109.14º | 0.55% | 0.42% | - |
| HSV(B) | 109.14º | 0.71% | 0.64% | - |
| XYZ | 16.26 | 28.03 | 7.35 | - |
| YUV | 122.37 | 86.03 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 164 | 48 | 0.58 | 0 | 0.71 | 0.36 | 109.14 | 0.55 | 0.42 |
| Hex | 45 | A4 | 30 | 3A | 0 | 47 | 24 | 6D | 37 | 2A |
| Octal | 105 | 244 | 60 | 72 | 0 | 107 | 44 | 155 | 67 | 52 |
| Binary | 1000101 | 10100100 | 110000 | 111010 | 0 | 1000111 | 100100 | 1101101 | 110111 | 101010 |
Color Harmonies of #45A430
Complementary color
Monochromatic Colors of #45A430
Black with #45A430
Text Example
Text Example
White with #45A430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A430; }
p { color: rgb(69,164,48); }
H1.HeaderClassName
{
color: #45A430;
}
.AnyTagClassName
{
color: #45A430;
}
</style>
background-color css
<style>
a { background-color: #45A430; }
a { background-color: rgb(69,164,48); }
div.DivClassName
{
background-color: #45A430;
}
.BgClassName
{
background-color: #45A430;
}
</style>
border-color css
<style>
span { border-color: #45A430; }
span { border-color: rgb(69,164,48); }
td.TdClassName
{
border-color: #45A430;
}
.TagClassName
{
border-color: #45A430;
}
</style>