Shades of La Palma #3D8E1A
Tints of La Palma #3D8E1A
RGB
CMYK
RGB Variations
Color information
#3D8E1A (or 0x3D8E1A) is known color: La Palma. HEX triplet: 3D, 8E and 1A. RGB value is (61,142,26). Sum of RGB (Red+Green+Blue) = 61+142+26=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 142 (55.86% from 255 or 62.01% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 142 - color contains mainly: green. Hex color #3D8E1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D8E1A is #C271E5. Grayscale: #686868. Windows color (decimal): -12743142 or 1740349. OLE color: 1740349.
HSL color Cylindrical-coordinate representation of color #3D8E1A: hue angle of 101.9º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D8E1A is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 61 | 142 | 26 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.44 |
| HSL | 101.9º | 0.69% | 0.33% | - |
| HSV(B) | 101.9º | 0.82% | 0.56% | - |
| XYZ | 11.78 | 20.41 | 4.3 | - |
| YUV | 104.56 | 83.66 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 142 | 26 | 0.57 | 0 | 0.82 | 0.44 | 101.9 | 0.69 | 0.33 |
| Hex | 3D | 8E | 1A | 39 | 0 | 52 | 2C | 66 | 45 | 21 |
| Octal | 75 | 216 | 32 | 71 | 0 | 122 | 54 | 146 | 105 | 41 |
| Binary | 111101 | 10001110 | 11010 | 111001 | 0 | 1010010 | 101100 | 1100110 | 1000101 | 100001 |
Color Harmonies of #3D8E1A
Complementary color
Monochromatic Colors of #3D8E1A
Black with #3D8E1A
Text Example
Text Example
White with #3D8E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8E1A; }
p { color: rgb(61,142,26); }
H1.HeaderClassName
{
color: #3D8E1A;
}
.AnyTagClassName
{
color: #3D8E1A;
}
</style>
background-color css
<style>
a { background-color: #3D8E1A; }
a { background-color: rgb(61,142,26); }
div.DivClassName
{
background-color: #3D8E1A;
}
.BgClassName
{
background-color: #3D8E1A;
}
</style>
border-color css
<style>
span { border-color: #3D8E1A; }
span { border-color: rgb(61,142,26); }
td.TdClassName
{
border-color: #3D8E1A;
}
.TagClassName
{
border-color: #3D8E1A;
}
</style>