Shades of La Palma #3D8832
Tints of La Palma #3D8832
RGB
CMYK
RGB Variations
Color information
#3D8832 (or 0x3D8832) is known color: La Palma. HEX triplet: 3D, 88 and 32. RGB value is (61,136,50). Sum of RGB (Red+Green+Blue) = 61+136+50=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 50 (19.92% from 255 or 20.24% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #3D8832 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8832 is #C277CD. Grayscale: #686868. Windows color (decimal): -12744654 or 3311677. OLE color: 3311677.
HSL color Cylindrical-coordinate representation of color #3D8832: hue angle of 112.33º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D8832 is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 136 | 50 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.47 |
| HSL | 112.33º | 0.46% | 0.36% | - |
| HSV(B) | 112.33º | 0.63% | 0.53% | - |
| XYZ | 11.3 | 18.83 | 6.06 | - |
| YUV | 103.77 | 97.65 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 136 | 50 | 0.55 | 0 | 0.63 | 0.47 | 112.33 | 0.46 | 0.36 |
| Hex | 3D | 88 | 32 | 37 | 0 | 3F | 2F | 70 | 2E | 24 |
| Octal | 75 | 210 | 62 | 67 | 0 | 77 | 57 | 160 | 56 | 44 |
| Binary | 111101 | 10001000 | 110010 | 110111 | 0 | 111111 | 101111 | 1110000 | 101110 | 100100 |
Color Harmonies of #3D8832
Complementary color
Monochromatic Colors of #3D8832
Black with #3D8832
Text Example
Text Example
White with #3D8832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8832; }
p { color: rgb(61,136,50); }
H1.HeaderClassName
{
color: #3D8832;
}
.AnyTagClassName
{
color: #3D8832;
}
</style>
background-color css
<style>
a { background-color: #3D8832; }
a { background-color: rgb(61,136,50); }
div.DivClassName
{
background-color: #3D8832;
}
.BgClassName
{
background-color: #3D8832;
}
</style>
border-color css
<style>
span { border-color: #3D8832; }
span { border-color: rgb(61,136,50); }
td.TdClassName
{
border-color: #3D8832;
}
.TagClassName
{
border-color: #3D8832;
}
</style>