Shades of La Palma #3D8D34
Tints of La Palma #3D8D34
RGB
CMYK
RGB Variations
Color information
#3D8D34 (or 0x3D8D34) is known color: La Palma. HEX triplet: 3D, 8D and 34. RGB value is (61,141,52). Sum of RGB (Red+Green+Blue) = 61+141+52=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 141 (55.47% from 255 or 55.51% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 141 - color contains mainly: green. Hex color #3D8D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8D34 is #C272CB. Grayscale: #6B6B6B. Windows color (decimal): -12743372 or 3444029. OLE color: 3444029.
HSL color Cylindrical-coordinate representation of color #3D8D34: hue angle of 113.93º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3D8D34 is Cyan = 0.57, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 61 | 141 | 52 | - |
| CMYK | 0.57 | 0 | 0.63 | 0.45 |
| HSL | 113.93º | 0.46% | 0.38% | - |
| HSV(B) | 113.93º | 0.63% | 0.55% | - |
| XYZ | 12.07 | 20.29 | 6.53 | - |
| YUV | 106.93 | 97 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 141 | 52 | 0.57 | 0 | 0.63 | 0.45 | 113.93 | 0.46 | 0.38 |
| Hex | 3D | 8D | 34 | 39 | 0 | 3F | 2D | 72 | 2E | 26 |
| Octal | 75 | 215 | 64 | 71 | 0 | 77 | 55 | 162 | 56 | 46 |
| Binary | 111101 | 10001101 | 110100 | 111001 | 0 | 111111 | 101101 | 1110010 | 101110 | 100110 |
Color Harmonies of #3D8D34
Complementary color
Monochromatic Colors of #3D8D34
Black with #3D8D34
Text Example
Text Example
White with #3D8D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8D34; }
p { color: rgb(61,141,52); }
H1.HeaderClassName
{
color: #3D8D34;
}
.AnyTagClassName
{
color: #3D8D34;
}
</style>
background-color css
<style>
a { background-color: #3D8D34; }
a { background-color: rgb(61,141,52); }
div.DivClassName
{
background-color: #3D8D34;
}
.BgClassName
{
background-color: #3D8D34;
}
</style>
border-color css
<style>
span { border-color: #3D8D34; }
span { border-color: rgb(61,141,52); }
td.TdClassName
{
border-color: #3D8D34;
}
.TagClassName
{
border-color: #3D8D34;
}
</style>