Shades of La Palma #418B3C
Tints of La Palma #418B3C
RGB
CMYK
RGB Variations
Color information
#418B3C (or 0x418B3C) is known color: La Palma. HEX triplet: 41, 8B and 3C. RGB value is (65,139,60). Sum of RGB (Red+Green+Blue) = 65+139+60=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 139 (54.69% from 255 or 52.65% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 139 - color contains mainly: green. Hex color #418B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #418B3C is #BE74C3. Grayscale: #6C6C6C. Windows color (decimal): -12481732 or 3967809. OLE color: 3967809.
HSL color Cylindrical-coordinate representation of color #418B3C: hue angle of 116.2º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #418B3C is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 65 | 139 | 60 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.45 |
| HSL | 116.2º | 0.4% | 0.39% | - |
| HSV(B) | 116.2º | 0.57% | 0.55% | - |
| XYZ | 12.23 | 19.92 | 7.47 | - |
| YUV | 107.87 | 100.98 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 60 | 0.53 | 0 | 0.57 | 0.45 | 116.2 | 0.4 | 0.39 |
| Hex | 41 | 8B | 3C | 35 | 0 | 39 | 2D | 74 | 28 | 27 |
| Octal | 101 | 213 | 74 | 65 | 0 | 71 | 55 | 164 | 50 | 47 |
| Binary | 1000001 | 10001011 | 111100 | 110101 | 0 | 111001 | 101101 | 1110100 | 101000 | 100111 |
Color Harmonies of #418B3C
Complementary color
Monochromatic Colors of #418B3C
Black with #418B3C
Text Example
Text Example
White with #418B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418B3C; }
p { color: rgb(65,139,60); }
H1.HeaderClassName
{
color: #418B3C;
}
.AnyTagClassName
{
color: #418B3C;
}
</style>
background-color css
<style>
a { background-color: #418B3C; }
a { background-color: rgb(65,139,60); }
div.DivClassName
{
background-color: #418B3C;
}
.BgClassName
{
background-color: #418B3C;
}
</style>
border-color css
<style>
span { border-color: #418B3C; }
span { border-color: rgb(65,139,60); }
td.TdClassName
{
border-color: #418B3C;
}
.TagClassName
{
border-color: #418B3C;
}
</style>