Shades of La Palma #3D8F15
Tints of La Palma #3D8F15
RGB
CMYK
RGB Variations
Color information
#3D8F15 (or 0x3D8F15) is known color: La Palma. HEX triplet: 3D, 8F and 15. RGB value is (61,143,21). Sum of RGB (Red+Green+Blue) = 61+143+21=225 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.11% from 225); Green value is 143 (56.25% from 255 or 63.56% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 143 - color contains mainly: green. Hex color #3D8F15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D8F15 is #C270EA. Grayscale: #686868. Windows color (decimal): -12742891 or 1412925. OLE color: 1412925.
HSL color Cylindrical-coordinate representation of color #3D8F15: hue angle of 100.33º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3D8F15 is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 143 | 21 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.44 |
| HSL | 100.33º | 0.74% | 0.32% | - |
| HSV(B) | 100.33º | 0.85% | 0.56% | - |
| XYZ | 11.88 | 20.69 | 4.08 | - |
| YUV | 104.57 | 80.83 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 143 | 21 | 0.57 | 0 | 0.85 | 0.44 | 100.33 | 0.74 | 0.32 |
| Hex | 3D | 8F | 15 | 39 | 0 | 55 | 2C | 64 | 4A | 20 |
| Octal | 75 | 217 | 25 | 71 | 0 | 125 | 54 | 144 | 112 | 40 |
| Binary | 111101 | 10001111 | 10101 | 111001 | 0 | 1010101 | 101100 | 1100100 | 1001010 | 100000 |
Color Harmonies of #3D8F15
Complementary color
Monochromatic Colors of #3D8F15
Black with #3D8F15
Text Example
Text Example
White with #3D8F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8F15; }
p { color: rgb(61,143,21); }
H1.HeaderClassName
{
color: #3D8F15;
}
.AnyTagClassName
{
color: #3D8F15;
}
</style>
background-color css
<style>
a { background-color: #3D8F15; }
a { background-color: rgb(61,143,21); }
div.DivClassName
{
background-color: #3D8F15;
}
.BgClassName
{
background-color: #3D8F15;
}
</style>
border-color css
<style>
span { border-color: #3D8F15; }
span { border-color: rgb(61,143,21); }
td.TdClassName
{
border-color: #3D8F15;
}
.TagClassName
{
border-color: #3D8F15;
}
</style>