Shades of La Palma #3D992B
Tints of La Palma #3D992B
RGB
CMYK
RGB Variations
Color information
#3D992B (or 0x3D992B) is known color: La Palma. HEX triplet: 3D, 99 and 2B. RGB value is (61,153,43). Sum of RGB (Red+Green+Blue) = 61+153+43=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 153 (60.16% from 255 or 59.53% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 153 - color contains mainly: green. Hex color #3D992B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D992B is #C266D4. Grayscale: #717171. Windows color (decimal): -12740309 or 2857277. OLE color: 2857277.
HSL color Cylindrical-coordinate representation of color #3D992B: hue angle of 110.18º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D992B is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 61 | 153 | 43 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.4 |
| HSL | 110.18º | 0.56% | 0.38% | - |
| HSV(B) | 110.18º | 0.72% | 0.6% | - |
| XYZ | 13.75 | 23.95 | 6.18 | - |
| YUV | 112.95 | 88.52 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 153 | 43 | 0.60 | 0 | 0.72 | 0.4 | 110.18 | 0.56 | 0.38 |
| Hex | 3D | 99 | 2B | 3C | 0 | 48 | 28 | 6E | 38 | 26 |
| Octal | 75 | 231 | 53 | 74 | 0 | 110 | 50 | 156 | 70 | 46 |
| Binary | 111101 | 10011001 | 101011 | 111100 | 0 | 1001000 | 101000 | 1101110 | 111000 | 100110 |
Color Harmonies of #3D992B
Complementary color
Monochromatic Colors of #3D992B
Black with #3D992B
Text Example
Text Example
White with #3D992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D992B; }
p { color: rgb(61,153,43); }
H1.HeaderClassName
{
color: #3D992B;
}
.AnyTagClassName
{
color: #3D992B;
}
</style>
background-color css
<style>
a { background-color: #3D992B; }
a { background-color: rgb(61,153,43); }
div.DivClassName
{
background-color: #3D992B;
}
.BgClassName
{
background-color: #3D992B;
}
</style>
border-color css
<style>
span { border-color: #3D992B; }
span { border-color: rgb(61,153,43); }
td.TdClassName
{
border-color: #3D992B;
}
.TagClassName
{
border-color: #3D992B;
}
</style>