Shades of La Palma #3D972B
Tints of La Palma #3D972B
RGB
CMYK
RGB Variations
Color information
#3D972B (or 0x3D972B) is known color: La Palma. HEX triplet: 3D, 97 and 2B. RGB value is (61,151,43). Sum of RGB (Red+Green+Blue) = 61+151+43=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 151 (59.38% from 255 or 59.22% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 151 - color contains mainly: green. Hex color #3D972B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D972B is #C268D4. Grayscale: #707070. Windows color (decimal): -12740821 or 2856765. OLE color: 2856765.
HSL color Cylindrical-coordinate representation of color #3D972B: hue angle of 110º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D972B is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 151 | 43 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.41 |
| HSL | 110º | 0.56% | 0.38% | - |
| HSV(B) | 110º | 0.72% | 0.59% | - |
| XYZ | 13.43 | 23.3 | 6.08 | - |
| YUV | 111.78 | 89.18 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 151 | 43 | 0.60 | 0 | 0.72 | 0.41 | 110 | 0.56 | 0.38 |
| Hex | 3D | 97 | 2B | 3C | 0 | 48 | 29 | 6E | 38 | 26 |
| Octal | 75 | 227 | 53 | 74 | 0 | 110 | 51 | 156 | 70 | 46 |
| Binary | 111101 | 10010111 | 101011 | 111100 | 0 | 1001000 | 101001 | 1101110 | 111000 | 100110 |
Color Harmonies of #3D972B
Complementary color
Monochromatic Colors of #3D972B
Black with #3D972B
Text Example
Text Example
White with #3D972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D972B; }
p { color: rgb(61,151,43); }
H1.HeaderClassName
{
color: #3D972B;
}
.AnyTagClassName
{
color: #3D972B;
}
</style>
background-color css
<style>
a { background-color: #3D972B; }
a { background-color: rgb(61,151,43); }
div.DivClassName
{
background-color: #3D972B;
}
.BgClassName
{
background-color: #3D972B;
}
</style>
border-color css
<style>
span { border-color: #3D972B; }
span { border-color: rgb(61,151,43); }
td.TdClassName
{
border-color: #3D972B;
}
.TagClassName
{
border-color: #3D972B;
}
</style>