Shades of La Palma #3D941C
Tints of La Palma #3D941C
RGB
CMYK
RGB Variations
Color information
#3D941C (or 0x3D941C) is known color: La Palma. HEX triplet: 3D, 94 and 1C. RGB value is (61,148,28). Sum of RGB (Red+Green+Blue) = 61+148+28=237 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.74% from 237); Green value is 148 (58.20% from 255 or 62.45% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 148 - color contains mainly: green. Hex color #3D941C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D941C is #C26BE3. Grayscale: #6C6C6C. Windows color (decimal): -12741604 or 1872957. OLE color: 1872957.
HSL color Cylindrical-coordinate representation of color #3D941C: hue angle of 103.5º 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 #3D941C is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 148 | 28 | - |
| CMYK | 0.59 | 0 | 0.81 | 0.42 |
| HSL | 103.5º | 0.68% | 0.35% | - |
| HSV(B) | 103.5º | 0.81% | 0.58% | - |
| XYZ | 12.72 | 22.26 | 4.72 | - |
| YUV | 108.31 | 82.68 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 148 | 28 | 0.59 | 0 | 0.81 | 0.42 | 103.5 | 0.68 | 0.35 |
| Hex | 3D | 94 | 1C | 3B | 0 | 51 | 2A | 68 | 44 | 23 |
| Octal | 75 | 224 | 34 | 73 | 0 | 121 | 52 | 150 | 104 | 43 |
| Binary | 111101 | 10010100 | 11100 | 111011 | 0 | 1010001 | 101010 | 1101000 | 1000100 | 100011 |
Color Harmonies of #3D941C
Complementary color
Monochromatic Colors of #3D941C
Black with #3D941C
Text Example
Text Example
White with #3D941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D941C; }
p { color: rgb(61,148,28); }
H1.HeaderClassName
{
color: #3D941C;
}
.AnyTagClassName
{
color: #3D941C;
}
</style>
background-color css
<style>
a { background-color: #3D941C; }
a { background-color: rgb(61,148,28); }
div.DivClassName
{
background-color: #3D941C;
}
.BgClassName
{
background-color: #3D941C;
}
</style>
border-color css
<style>
span { border-color: #3D941C; }
span { border-color: rgb(61,148,28); }
td.TdClassName
{
border-color: #3D941C;
}
.TagClassName
{
border-color: #3D941C;
}
</style>