Shades of La Palma #418233
Tints of La Palma #418233
RGB
CMYK
RGB Variations
Color information
#418233 (or 0x418233) is known color: La Palma. HEX triplet: 41, 82 and 33. RGB value is (65,130,51). Sum of RGB (Red+Green+Blue) = 65+130+51=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #418233 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418233 is #BE7DCC. Grayscale: #656565. Windows color (decimal): -12484045 or 3375681. OLE color: 3375681.
HSL color Cylindrical-coordinate representation of color #418233: hue angle of 109.37º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #418233 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 65 | 130 | 51 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.49 |
| HSL | 109.37º | 0.44% | 0.35% | - |
| HSV(B) | 109.37º | 0.61% | 0.51% | - |
| XYZ | 10.76 | 17.33 | 5.91 | - |
| YUV | 101.56 | 99.47 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 130 | 51 | 0.50 | 0 | 0.61 | 0.49 | 109.37 | 0.44 | 0.35 |
| Hex | 41 | 82 | 33 | 32 | 0 | 3D | 31 | 6D | 2C | 23 |
| Octal | 101 | 202 | 63 | 62 | 0 | 75 | 61 | 155 | 54 | 43 |
| Binary | 1000001 | 10000010 | 110011 | 110010 | 0 | 111101 | 110001 | 1101101 | 101100 | 100011 |
Color Harmonies of #418233
Complementary color
Monochromatic Colors of #418233
Black with #418233
Text Example
Text Example
White with #418233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418233; }
p { color: rgb(65,130,51); }
H1.HeaderClassName
{
color: #418233;
}
.AnyTagClassName
{
color: #418233;
}
</style>
background-color css
<style>
a { background-color: #418233; }
a { background-color: rgb(65,130,51); }
div.DivClassName
{
background-color: #418233;
}
.BgClassName
{
background-color: #418233;
}
</style>
border-color css
<style>
span { border-color: #418233; }
span { border-color: rgb(65,130,51); }
td.TdClassName
{
border-color: #418233;
}
.TagClassName
{
border-color: #418233;
}
</style>