Shades of La Palma #3D920D
Tints of La Palma #3D920D
RGB
CMYK
RGB Variations
Color information
#3D920D (or 0x3D920D) is known color: La Palma. HEX triplet: 3D, 92 and 0D. RGB value is (61,146,13). Sum of RGB (Red+Green+Blue) = 61+146+13=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #3D920D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3D920D is #C26DF2. Grayscale: #696969. Windows color (decimal): -12742131 or 889405. OLE color: 889405.
HSL color Cylindrical-coordinate representation of color #3D920D: hue angle of 98.35º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D920D is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 146 | 13 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.43 |
| HSL | 98.35º | 0.84% | 0.31% | - |
| HSV(B) | 98.35º | 0.91% | 0.57% | - |
| XYZ | 12.28 | 21.58 | 3.9 | - |
| YUV | 105.42 | 75.84 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 146 | 13 | 0.58 | 0 | 0.91 | 0.43 | 98.35 | 0.84 | 0.31 |
| Hex | 3D | 92 | D | 3A | 0 | 5B | 2B | 62 | 54 | 1F |
| Octal | 75 | 222 | 15 | 72 | 0 | 133 | 53 | 142 | 124 | 37 |
| Binary | 111101 | 10010010 | 1101 | 111010 | 0 | 1011011 | 101011 | 1100010 | 1010100 | 11111 |
Color Harmonies of #3D920D
Complementary color
Monochromatic Colors of #3D920D
Black with #3D920D
Text Example
Text Example
White with #3D920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D920D; }
p { color: rgb(61,146,13); }
H1.HeaderClassName
{
color: #3D920D;
}
.AnyTagClassName
{
color: #3D920D;
}
</style>
background-color css
<style>
a { background-color: #3D920D; }
a { background-color: rgb(61,146,13); }
div.DivClassName
{
background-color: #3D920D;
}
.BgClassName
{
background-color: #3D920D;
}
</style>
border-color css
<style>
span { border-color: #3D920D; }
span { border-color: rgb(61,146,13); }
td.TdClassName
{
border-color: #3D920D;
}
.TagClassName
{
border-color: #3D920D;
}
</style>