Shades of La Palma #3D872D
Tints of La Palma #3D872D
RGB
CMYK
RGB Variations
Color information
#3D872D (or 0x3D872D) is known color: La Palma. HEX triplet: 3D, 87 and 2D. RGB value is (61,135,45). Sum of RGB (Red+Green+Blue) = 61+135+45=241 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.31% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #3D872D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D872D is #C278D2. Grayscale: #666666. Windows color (decimal): -12744915 or 2983741. OLE color: 2983741.
HSL color Cylindrical-coordinate representation of color #3D872D: hue angle of 109.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D872D is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 61 | 135 | 45 | - |
| CMYK | 0.55 | 0 | 0.67 | 0.47 |
| HSL | 109.33º | 0.5% | 0.35% | - |
| HSV(B) | 109.33º | 0.67% | 0.53% | - |
| XYZ | 11.06 | 18.51 | 5.47 | - |
| YUV | 102.61 | 95.48 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 135 | 45 | 0.55 | 0 | 0.67 | 0.47 | 109.33 | 0.5 | 0.35 |
| Hex | 3D | 87 | 2D | 37 | 0 | 43 | 2F | 6D | 32 | 23 |
| Octal | 75 | 207 | 55 | 67 | 0 | 103 | 57 | 155 | 62 | 43 |
| Binary | 111101 | 10000111 | 101101 | 110111 | 0 | 1000011 | 101111 | 1101101 | 110010 | 100011 |
Color Harmonies of #3D872D
Complementary color
Monochromatic Colors of #3D872D
Black with #3D872D
Text Example
Text Example
White with #3D872D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D872D; }
p { color: rgb(61,135,45); }
H1.HeaderClassName
{
color: #3D872D;
}
.AnyTagClassName
{
color: #3D872D;
}
</style>
background-color css
<style>
a { background-color: #3D872D; }
a { background-color: rgb(61,135,45); }
div.DivClassName
{
background-color: #3D872D;
}
.BgClassName
{
background-color: #3D872D;
}
</style>
border-color css
<style>
span { border-color: #3D872D; }
span { border-color: rgb(61,135,45); }
td.TdClassName
{
border-color: #3D872D;
}
.TagClassName
{
border-color: #3D872D;
}
</style>