Shades of La Palma #3D961B
Tints of La Palma #3D961B
RGB
CMYK
RGB Variations
Color information
#3D961B (or 0x3D961B) is known color: La Palma. HEX triplet: 3D, 96 and 1B. RGB value is (61,150,27). Sum of RGB (Red+Green+Blue) = 61+150+27=238 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.63% from 238); Green value is 150 (58.98% from 255 or 63.03% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 150 - color contains mainly: green. Hex color #3D961B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D961B is #C269E4. Grayscale: #6D6D6D. Windows color (decimal): -12741093 or 1807933. OLE color: 1807933.
HSL color Cylindrical-coordinate representation of color #3D961B: hue angle of 103.41º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D961B is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 150 | 27 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.41 |
| HSL | 103.41º | 0.69% | 0.35% | - |
| HSV(B) | 103.41º | 0.82% | 0.59% | - |
| XYZ | 13.03 | 22.88 | 4.77 | - |
| YUV | 109.37 | 81.51 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 150 | 27 | 0.59 | 0 | 0.82 | 0.41 | 103.41 | 0.69 | 0.35 |
| Hex | 3D | 96 | 1B | 3B | 0 | 52 | 29 | 67 | 45 | 23 |
| Octal | 75 | 226 | 33 | 73 | 0 | 122 | 51 | 147 | 105 | 43 |
| Binary | 111101 | 10010110 | 11011 | 111011 | 0 | 1010010 | 101001 | 1100111 | 1000101 | 100011 |
Color Harmonies of #3D961B
Complementary color
Monochromatic Colors of #3D961B
Black with #3D961B
Text Example
Text Example
White with #3D961B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D961B; }
p { color: rgb(61,150,27); }
H1.HeaderClassName
{
color: #3D961B;
}
.AnyTagClassName
{
color: #3D961B;
}
</style>
background-color css
<style>
a { background-color: #3D961B; }
a { background-color: rgb(61,150,27); }
div.DivClassName
{
background-color: #3D961B;
}
.BgClassName
{
background-color: #3D961B;
}
</style>
border-color css
<style>
span { border-color: #3D961B; }
span { border-color: rgb(61,150,27); }
td.TdClassName
{
border-color: #3D961B;
}
.TagClassName
{
border-color: #3D961B;
}
</style>