Shades of La Palma #419B34
Tints of La Palma #419B34
RGB
CMYK
RGB Variations
Color information
#419B34 (or 0x419B34) is known color: La Palma. HEX triplet: 41, 9B and 34. RGB value is (65,155,52). Sum of RGB (Red+Green+Blue) = 65+155+52=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #419B34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419B34 is #BE64CB. Grayscale: #747474. Windows color (decimal): -12477644 or 3447617. OLE color: 3447617.
HSL color Cylindrical-coordinate representation of color #419B34: hue angle of 112.43º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #419B34 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 65 | 155 | 52 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.39 |
| HSL | 112.43º | 0.5% | 0.41% | - |
| HSV(B) | 112.43º | 0.66% | 0.61% | - |
| XYZ | 14.52 | 24.81 | 7.27 | - |
| YUV | 116.35 | 91.68 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 155 | 52 | 0.58 | 0 | 0.66 | 0.39 | 112.43 | 0.5 | 0.41 |
| Hex | 41 | 9B | 34 | 3A | 0 | 42 | 27 | 70 | 32 | 29 |
| Octal | 101 | 233 | 64 | 72 | 0 | 102 | 47 | 160 | 62 | 51 |
| Binary | 1000001 | 10011011 | 110100 | 111010 | 0 | 1000010 | 100111 | 1110000 | 110010 | 101001 |
Color Harmonies of #419B34
Complementary color
Monochromatic Colors of #419B34
Black with #419B34
Text Example
Text Example
White with #419B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419B34; }
p { color: rgb(65,155,52); }
H1.HeaderClassName
{
color: #419B34;
}
.AnyTagClassName
{
color: #419B34;
}
</style>
background-color css
<style>
a { background-color: #419B34; }
a { background-color: rgb(65,155,52); }
div.DivClassName
{
background-color: #419B34;
}
.BgClassName
{
background-color: #419B34;
}
</style>
border-color css
<style>
span { border-color: #419B34; }
span { border-color: rgb(65,155,52); }
td.TdClassName
{
border-color: #419B34;
}
.TagClassName
{
border-color: #419B34;
}
</style>