Shades of La Palma #41922A
Tints of La Palma #41922A
RGB
CMYK
RGB Variations
Color information
#41922A (or 0x41922A) is known color: La Palma. HEX triplet: 41, 92 and 2A. RGB value is (65,146,42). Sum of RGB (Red+Green+Blue) = 65+146+42=253 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.69% from 253); Green value is 146 (57.42% from 255 or 57.71% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 146 - color contains mainly: green. Hex color #41922A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41922A is #BE6DD5. Grayscale: #6E6E6E. Windows color (decimal): -12479958 or 2789953. OLE color: 2789953.
HSL color Cylindrical-coordinate representation of color #41922A: hue angle of 106.73º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41922A is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 146 | 42 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.43 |
| HSL | 106.73º | 0.55% | 0.37% | - |
| HSV(B) | 106.73º | 0.71% | 0.57% | - |
| XYZ | 12.88 | 21.85 | 5.73 | - |
| YUV | 109.93 | 89.66 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 146 | 42 | 0.55 | 0 | 0.71 | 0.43 | 106.73 | 0.55 | 0.37 |
| Hex | 41 | 92 | 2A | 37 | 0 | 47 | 2B | 6B | 37 | 25 |
| Octal | 101 | 222 | 52 | 67 | 0 | 107 | 53 | 153 | 67 | 45 |
| Binary | 1000001 | 10010010 | 101010 | 110111 | 0 | 1000111 | 101011 | 1101011 | 110111 | 100101 |
Color Harmonies of #41922A
Complementary color
Monochromatic Colors of #41922A
Black with #41922A
Text Example
Text Example
White with #41922A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41922A; }
p { color: rgb(65,146,42); }
H1.HeaderClassName
{
color: #41922A;
}
.AnyTagClassName
{
color: #41922A;
}
</style>
background-color css
<style>
a { background-color: #41922A; }
a { background-color: rgb(65,146,42); }
div.DivClassName
{
background-color: #41922A;
}
.BgClassName
{
background-color: #41922A;
}
</style>
border-color css
<style>
span { border-color: #41922A; }
span { border-color: rgb(65,146,42); }
td.TdClassName
{
border-color: #41922A;
}
.TagClassName
{
border-color: #41922A;
}
</style>