Shades of La Palma #41913C
Tints of La Palma #41913C
RGB
CMYK
RGB Variations
Color information
#41913C (or 0x41913C) is known color: La Palma. HEX triplet: 41, 91 and 3C. RGB value is (65,145,60). Sum of RGB (Red+Green+Blue) = 65+145+60=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #41913C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41913C is #BE6EC3. Grayscale: #6F6F6F. Windows color (decimal): -12480196 or 3969345. OLE color: 3969345.
HSL color Cylindrical-coordinate representation of color #41913C: hue angle of 116.47º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41913C is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 65 | 145 | 60 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.43 |
| HSL | 116.47º | 0.41% | 0.4% | - |
| HSV(B) | 116.47º | 0.59% | 0.57% | - |
| XYZ | 13.12 | 21.7 | 7.77 | - |
| YUV | 111.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 145 | 60 | 0.55 | 0 | 0.59 | 0.43 | 116.47 | 0.41 | 0.4 |
| Hex | 41 | 91 | 3C | 37 | 0 | 3B | 2B | 74 | 29 | 28 |
| Octal | 101 | 221 | 74 | 67 | 0 | 73 | 53 | 164 | 51 | 50 |
| Binary | 1000001 | 10010001 | 111100 | 110111 | 0 | 111011 | 101011 | 1110100 | 101001 | 101000 |
Color Harmonies of #41913C
Complementary color
Monochromatic Colors of #41913C
Black with #41913C
Text Example
Text Example
White with #41913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41913C; }
p { color: rgb(65,145,60); }
H1.HeaderClassName
{
color: #41913C;
}
.AnyTagClassName
{
color: #41913C;
}
</style>
background-color css
<style>
a { background-color: #41913C; }
a { background-color: rgb(65,145,60); }
div.DivClassName
{
background-color: #41913C;
}
.BgClassName
{
background-color: #41913C;
}
</style>
border-color css
<style>
span { border-color: #41913C; }
span { border-color: rgb(65,145,60); }
td.TdClassName
{
border-color: #41913C;
}
.TagClassName
{
border-color: #41913C;
}
</style>