Shades of La Palma #3D9034
Tints of La Palma #3D9034
RGB
CMYK
RGB Variations
Color information
#3D9034 (or 0x3D9034) is known color: La Palma. HEX triplet: 3D, 90 and 34. RGB value is (61,144,52). Sum of RGB (Red+Green+Blue) = 61+144+52=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 144 (56.64% from 255 or 56.03% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 144 - color contains mainly: green. Hex color #3D9034 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D9034 is #C26FCB. Grayscale: #6C6C6C. Windows color (decimal): -12742604 or 3444797. OLE color: 3444797.
HSL color Cylindrical-coordinate representation of color #3D9034: hue angle of 114.13º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3D9034 is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 144 | 52 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.44 |
| HSL | 114.13º | 0.47% | 0.38% | - |
| HSV(B) | 114.13º | 0.64% | 0.56% | - |
| XYZ | 12.52 | 21.19 | 6.68 | - |
| YUV | 108.7 | 96 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 144 | 52 | 0.58 | 0 | 0.64 | 0.44 | 114.13 | 0.47 | 0.38 |
| Hex | 3D | 90 | 34 | 3A | 0 | 40 | 2C | 72 | 2F | 26 |
| Octal | 75 | 220 | 64 | 72 | 0 | 100 | 54 | 162 | 57 | 46 |
| Binary | 111101 | 10010000 | 110100 | 111010 | 0 | 1000000 | 101100 | 1110010 | 101111 | 100110 |
Color Harmonies of #3D9034
Complementary color
Monochromatic Colors of #3D9034
Black with #3D9034
Text Example
Text Example
White with #3D9034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9034; }
p { color: rgb(61,144,52); }
H1.HeaderClassName
{
color: #3D9034;
}
.AnyTagClassName
{
color: #3D9034;
}
</style>
background-color css
<style>
a { background-color: #3D9034; }
a { background-color: rgb(61,144,52); }
div.DivClassName
{
background-color: #3D9034;
}
.BgClassName
{
background-color: #3D9034;
}
</style>
border-color css
<style>
span { border-color: #3D9034; }
span { border-color: rgb(61,144,52); }
td.TdClassName
{
border-color: #3D9034;
}
.TagClassName
{
border-color: #3D9034;
}
</style>