Shades of La Palma #3D862B
Tints of La Palma #3D862B
RGB
CMYK
RGB Variations
Color information
#3D862B (or 0x3D862B) is known color: La Palma. HEX triplet: 3D, 86 and 2B. RGB value is (61,134,43). Sum of RGB (Red+Green+Blue) = 61+134+43=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #3D862B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D862B is #C279D4. Grayscale: #666666. Windows color (decimal): -12745173 or 2852413. OLE color: 2852413.
HSL color Cylindrical-coordinate representation of color #3D862B: hue angle of 108.13º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D862B is Cyan = 0.54, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 134 | 43 | - |
| CMYK | 0.54 | 0 | 0.68 | 0.47 |
| HSL | 108.13º | 0.51% | 0.35% | - |
| HSV(B) | 108.13º | 0.68% | 0.53% | - |
| XYZ | 10.89 | 18.22 | 5.23 | - |
| YUV | 101.8 | 94.82 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 134 | 43 | 0.54 | 0 | 0.68 | 0.47 | 108.13 | 0.51 | 0.35 |
| Hex | 3D | 86 | 2B | 36 | 0 | 44 | 2F | 6C | 33 | 23 |
| Octal | 75 | 206 | 53 | 66 | 0 | 104 | 57 | 154 | 63 | 43 |
| Binary | 111101 | 10000110 | 101011 | 110110 | 0 | 1000100 | 101111 | 1101100 | 110011 | 100011 |
Color Harmonies of #3D862B
Complementary color
Monochromatic Colors of #3D862B
Black with #3D862B
Text Example
Text Example
White with #3D862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D862B; }
p { color: rgb(61,134,43); }
H1.HeaderClassName
{
color: #3D862B;
}
.AnyTagClassName
{
color: #3D862B;
}
</style>
background-color css
<style>
a { background-color: #3D862B; }
a { background-color: rgb(61,134,43); }
div.DivClassName
{
background-color: #3D862B;
}
.BgClassName
{
background-color: #3D862B;
}
</style>
border-color css
<style>
span { border-color: #3D862B; }
span { border-color: rgb(61,134,43); }
td.TdClassName
{
border-color: #3D862B;
}
.TagClassName
{
border-color: #3D862B;
}
</style>