Shades of La Palma #3D951C
Tints of La Palma #3D951C
RGB
CMYK
RGB Variations
Color information
#3D951C (or 0x3D951C) is known color: La Palma. HEX triplet: 3D, 95 and 1C. RGB value is (61,149,28). Sum of RGB (Red+Green+Blue) = 61+149+28=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 149 (58.59% from 255 or 62.61% from 238); Blue value is 28 (11.33% from 255 or 11.76% from 238); Max value from RGB is 149 - color contains mainly: green. Hex color #3D951C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D951C is #C26AE3. Grayscale: #6D6D6D. Windows color (decimal): -12741348 or 1873213. OLE color: 1873213.
HSL color Cylindrical-coordinate representation of color #3D951C: hue angle of 103.64º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D951C is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 149 | 28 | - |
| CMYK | 0.59 | 0 | 0.81 | 0.42 |
| HSL | 103.64º | 0.68% | 0.35% | - |
| HSV(B) | 103.64º | 0.81% | 0.58% | - |
| XYZ | 12.88 | 22.57 | 4.78 | - |
| YUV | 108.89 | 82.35 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 149 | 28 | 0.59 | 0 | 0.81 | 0.42 | 103.64 | 0.68 | 0.35 |
| Hex | 3D | 95 | 1C | 3B | 0 | 51 | 2A | 68 | 44 | 23 |
| Octal | 75 | 225 | 34 | 73 | 0 | 121 | 52 | 150 | 104 | 43 |
| Binary | 111101 | 10010101 | 11100 | 111011 | 0 | 1010001 | 101010 | 1101000 | 1000100 | 100011 |
Color Harmonies of #3D951C
Complementary color
Monochromatic Colors of #3D951C
Black with #3D951C
Text Example
Text Example
White with #3D951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D951C; }
p { color: rgb(61,149,28); }
H1.HeaderClassName
{
color: #3D951C;
}
.AnyTagClassName
{
color: #3D951C;
}
</style>
background-color css
<style>
a { background-color: #3D951C; }
a { background-color: rgb(61,149,28); }
div.DivClassName
{
background-color: #3D951C;
}
.BgClassName
{
background-color: #3D951C;
}
</style>
border-color css
<style>
span { border-color: #3D951C; }
span { border-color: rgb(61,149,28); }
td.TdClassName
{
border-color: #3D951C;
}
.TagClassName
{
border-color: #3D951C;
}
</style>