Shades of La Palma #41A434
Tints of La Palma #41A434
RGB
CMYK
RGB Variations
Color information
#41A434 (or 0x41A434) is known color: La Palma. HEX triplet: 41, A4 and 34. RGB value is (65,164,52). Sum of RGB (Red+Green+Blue) = 65+164+52=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #41A434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A434 is #BE5BCB. Grayscale: #797979. Windows color (decimal): -12475340 or 3449921. OLE color: 3449921.
HSL color Cylindrical-coordinate representation of color #41A434: hue angle of 113.04º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41A434 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 164 | 52 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.36 |
| HSL | 113.04º | 0.52% | 0.42% | - |
| HSV(B) | 113.04º | 0.68% | 0.64% | - |
| XYZ | 16.08 | 27.92 | 7.79 | - |
| YUV | 121.63 | 88.7 | 87.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 164 | 52 | 0.60 | 0 | 0.68 | 0.36 | 113.04 | 0.52 | 0.42 |
| Hex | 41 | A4 | 34 | 3C | 0 | 44 | 24 | 71 | 34 | 2A |
| Octal | 101 | 244 | 64 | 74 | 0 | 104 | 44 | 161 | 64 | 52 |
| Binary | 1000001 | 10100100 | 110100 | 111100 | 0 | 1000100 | 100100 | 1110001 | 110100 | 101010 |
Color Harmonies of #41A434
Complementary color
Monochromatic Colors of #41A434
Black with #41A434
Text Example
Text Example
White with #41A434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A434; }
p { color: rgb(65,164,52); }
H1.HeaderClassName
{
color: #41A434;
}
.AnyTagClassName
{
color: #41A434;
}
</style>
background-color css
<style>
a { background-color: #41A434; }
a { background-color: rgb(65,164,52); }
div.DivClassName
{
background-color: #41A434;
}
.BgClassName
{
background-color: #41A434;
}
</style>
border-color css
<style>
span { border-color: #41A434; }
span { border-color: rgb(65,164,52); }
td.TdClassName
{
border-color: #41A434;
}
.TagClassName
{
border-color: #41A434;
}
</style>