Shades of La Palma #419B1F
Tints of La Palma #419B1F
RGB
CMYK
RGB Variations
Color information
#419B1F (or 0x419B1F) is known color: La Palma. HEX triplet: 41, 9B and 1F. RGB value is (65,155,31). Sum of RGB (Red+Green+Blue) = 65+155+31=251 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.90% from 251); Green value is 155 (60.94% from 255 or 61.75% from 251); Blue value is 31 (12.5% from 255 or 12.35% from 251); Max value from RGB is 155 - color contains mainly: green. Hex color #419B1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419B1F is #BE64E0. Grayscale: #727272. Windows color (decimal): -12477665 or 2071361. OLE color: 2071361.
HSL color Cylindrical-coordinate representation of color #419B1F: hue angle of 103.55º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #419B1F is Cyan = 0.58, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 155 | 31 | - |
| CMYK | 0.58 | 0 | 0.8 | 0.39 |
| HSL | 103.55º | 0.67% | 0.36% | - |
| HSV(B) | 103.55º | 0.8% | 0.61% | - |
| XYZ | 14.15 | 24.67 | 5.31 | - |
| YUV | 113.95 | 81.18 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 31 | 0.58 | 0 | 0.8 | 0.39 | 103.55 | 0.67 | 0.36 |
| Hex | 41 | 9B | 1F | 3A | 0 | 50 | 27 | 68 | 43 | 24 |
| Octal | 101 | 233 | 37 | 72 | 0 | 120 | 47 | 150 | 103 | 44 |
| Binary | 1000001 | 10011011 | 11111 | 111010 | 0 | 1010000 | 100111 | 1101000 | 1000011 | 100100 |
Color Harmonies of #419B1F
Complementary color
Monochromatic Colors of #419B1F
Black with #419B1F
Text Example
Text Example
White with #419B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419B1F; }
p { color: rgb(65,155,31); }
H1.HeaderClassName
{
color: #419B1F;
}
.AnyTagClassName
{
color: #419B1F;
}
</style>
background-color css
<style>
a { background-color: #419B1F; }
a { background-color: rgb(65,155,31); }
div.DivClassName
{
background-color: #419B1F;
}
.BgClassName
{
background-color: #419B1F;
}
</style>
border-color css
<style>
span { border-color: #419B1F; }
span { border-color: rgb(65,155,31); }
td.TdClassName
{
border-color: #419B1F;
}
.TagClassName
{
border-color: #419B1F;
}
</style>