Shades of La Palma #3D8532
Tints of La Palma #3D8532
RGB
CMYK
RGB Variations
Color information
#3D8532 (or 0x3D8532) is known color: La Palma. HEX triplet: 3D, 85 and 32. RGB value is (61,133,50). Sum of RGB (Red+Green+Blue) = 61+133+50=244 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #3D8532 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8532 is #C27ACD. Grayscale: #666666. Windows color (decimal): -12745422 or 3310909. OLE color: 3310909.
HSL color Cylindrical-coordinate representation of color #3D8532: hue angle of 112.05º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D8532 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 133 | 50 | - |
| CMYK | 0.54 | 0 | 0.62 | 0.48 |
| HSL | 112.05º | 0.45% | 0.36% | - |
| HSV(B) | 112.05º | 0.62% | 0.52% | - |
| XYZ | 10.89 | 18 | 5.92 | - |
| YUV | 102.01 | 98.65 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 50 | 0.54 | 0 | 0.62 | 0.48 | 112.05 | 0.45 | 0.36 |
| Hex | 3D | 85 | 32 | 36 | 0 | 3E | 30 | 70 | 2D | 24 |
| Octal | 75 | 205 | 62 | 66 | 0 | 76 | 60 | 160 | 55 | 44 |
| Binary | 111101 | 10000101 | 110010 | 110110 | 0 | 111110 | 110000 | 1110000 | 101101 | 100100 |
Color Harmonies of #3D8532
Complementary color
Monochromatic Colors of #3D8532
Black with #3D8532
Text Example
Text Example
White with #3D8532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8532; }
p { color: rgb(61,133,50); }
H1.HeaderClassName
{
color: #3D8532;
}
.AnyTagClassName
{
color: #3D8532;
}
</style>
background-color css
<style>
a { background-color: #3D8532; }
a { background-color: rgb(61,133,50); }
div.DivClassName
{
background-color: #3D8532;
}
.BgClassName
{
background-color: #3D8532;
}
</style>
border-color css
<style>
span { border-color: #3D8532; }
span { border-color: rgb(61,133,50); }
td.TdClassName
{
border-color: #3D8532;
}
.TagClassName
{
border-color: #3D8532;
}
</style>