Shades of La Palma #3D973A
Tints of La Palma #3D973A
RGB
CMYK
RGB Variations
Color information
#3D973A (or 0x3D973A) is known color: La Palma. HEX triplet: 3D, 97 and 3A. RGB value is (61,151,58). Sum of RGB (Red+Green+Blue) = 61+151+58=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #3D973A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D973A is #C268C5. Grayscale: #717171. Windows color (decimal): -12740806 or 3839805. OLE color: 3839805.
HSL color Cylindrical-coordinate representation of color #3D973A: hue angle of 118.06º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D973A is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 151 | 58 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.41 |
| HSL | 118.06º | 0.44% | 0.41% | - |
| HSV(B) | 118.06º | 0.62% | 0.59% | - |
| XYZ | 13.75 | 23.43 | 7.8 | - |
| YUV | 113.49 | 96.68 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 151 | 58 | 0.60 | 0 | 0.62 | 0.41 | 118.06 | 0.44 | 0.41 |
| Hex | 3D | 97 | 3A | 3C | 0 | 3E | 29 | 76 | 2C | 29 |
| Octal | 75 | 227 | 72 | 74 | 0 | 76 | 51 | 166 | 54 | 51 |
| Binary | 111101 | 10010111 | 111010 | 111100 | 0 | 111110 | 101001 | 1110110 | 101100 | 101001 |
Color Harmonies of #3D973A
Complementary color
Monochromatic Colors of #3D973A
Black with #3D973A
Text Example
Text Example
White with #3D973A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D973A; }
p { color: rgb(61,151,58); }
H1.HeaderClassName
{
color: #3D973A;
}
.AnyTagClassName
{
color: #3D973A;
}
</style>
background-color css
<style>
a { background-color: #3D973A; }
a { background-color: rgb(61,151,58); }
div.DivClassName
{
background-color: #3D973A;
}
.BgClassName
{
background-color: #3D973A;
}
</style>
border-color css
<style>
span { border-color: #3D973A; }
span { border-color: rgb(61,151,58); }
td.TdClassName
{
border-color: #3D973A;
}
.TagClassName
{
border-color: #3D973A;
}
</style>