Shades of La Palma #3D9110
Tints of La Palma #3D9110
RGB
CMYK
RGB Variations
Color information
#3D9110 (or 0x3D9110) is known color: La Palma. HEX triplet: 3D, 91 and 10. RGB value is (61,145,16). Sum of RGB (Red+Green+Blue) = 61+145+16=222 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.48% from 222); Green value is 145 (57.03% from 255 or 65.32% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 145 - color contains mainly: green. Hex color #3D9110 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D9110 is #C26EEF. Grayscale: #696969. Windows color (decimal): -12742384 or 1085757. OLE color: 1085757.
HSL color Cylindrical-coordinate representation of color #3D9110: hue angle of 99.07º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3D9110 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 145 | 16 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.43 |
| HSL | 99.07º | 0.8% | 0.32% | - |
| HSV(B) | 99.07º | 0.89% | 0.57% | - |
| XYZ | 12.14 | 21.28 | 3.96 | - |
| YUV | 105.18 | 77.67 | 96.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 145 | 16 | 0.58 | 0 | 0.89 | 0.43 | 99.07 | 0.8 | 0.32 |
| Hex | 3D | 91 | 10 | 3A | 0 | 59 | 2B | 63 | 50 | 20 |
| Octal | 75 | 221 | 20 | 72 | 0 | 131 | 53 | 143 | 120 | 40 |
| Binary | 111101 | 10010001 | 10000 | 111010 | 0 | 1011001 | 101011 | 1100011 | 1010000 | 100000 |
Color Harmonies of #3D9110
Complementary color
Monochromatic Colors of #3D9110
Black with #3D9110
Text Example
Text Example
White with #3D9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9110; }
p { color: rgb(61,145,16); }
H1.HeaderClassName
{
color: #3D9110;
}
.AnyTagClassName
{
color: #3D9110;
}
</style>
background-color css
<style>
a { background-color: #3D9110; }
a { background-color: rgb(61,145,16); }
div.DivClassName
{
background-color: #3D9110;
}
.BgClassName
{
background-color: #3D9110;
}
</style>
border-color css
<style>
span { border-color: #3D9110; }
span { border-color: rgb(61,145,16); }
td.TdClassName
{
border-color: #3D9110;
}
.TagClassName
{
border-color: #3D9110;
}
</style>