Shades of La Palma #3F920D
Tints of La Palma #3F920D
RGB
CMYK
RGB Variations
Color information
#3F920D (or 0x3F920D) is known color: La Palma. HEX triplet: 3F, 92 and 0D. RGB value is (63,146,13). Sum of RGB (Red+Green+Blue) = 63+146+13=222 (29% of max value = 765). Red value is 63 (25% from 255 or 28.38% from 222); Green value is 146 (57.42% from 255 or 65.77% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 146 - color contains mainly: green. Hex color #3F920D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F920D is #C06DF2. Grayscale: #6A6A6A. Windows color (decimal): -12611059 or 889407. OLE color: 889407.
HSL color Cylindrical-coordinate representation of color #3F920D: hue angle of 97.44º 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 #3F920D is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 63 | 146 | 13 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.43 |
| HSL | 97.44º | 0.84% | 0.31% | - |
| HSV(B) | 97.44º | 0.91% | 0.57% | - |
| XYZ | 12.4 | 21.64 | 3.9 | - |
| YUV | 106.02 | 75.5 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 146 | 13 | 0.57 | 0 | 0.91 | 0.43 | 97.44 | 0.84 | 0.31 |
| Hex | 3F | 92 | D | 39 | 0 | 5B | 2B | 61 | 54 | 1F |
| Octal | 77 | 222 | 15 | 71 | 0 | 133 | 53 | 141 | 124 | 37 |
| Binary | 111111 | 10010010 | 1101 | 111001 | 0 | 1011011 | 101011 | 1100001 | 1010100 | 11111 |
Color Harmonies of #3F920D
Complementary color
Monochromatic Colors of #3F920D
Black with #3F920D
Text Example
Text Example
White with #3F920D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F920D; }
p { color: rgb(63,146,13); }
H1.HeaderClassName
{
color: #3F920D;
}
.AnyTagClassName
{
color: #3F920D;
}
</style>
background-color css
<style>
a { background-color: #3F920D; }
a { background-color: rgb(63,146,13); }
div.DivClassName
{
background-color: #3F920D;
}
.BgClassName
{
background-color: #3F920D;
}
</style>
border-color css
<style>
span { border-color: #3F920D; }
span { border-color: rgb(63,146,13); }
td.TdClassName
{
border-color: #3F920D;
}
.TagClassName
{
border-color: #3F920D;
}
</style>