Shades of La Palma #3FA01D
Tints of La Palma #3FA01D
RGB
CMYK
RGB Variations
Color information
#3FA01D (or 0x3FA01D) is known color: La Palma. HEX triplet: 3F, A0 and 1D. RGB value is (63,160,29). Sum of RGB (Red+Green+Blue) = 63+160+29=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 160 (62.89% from 255 or 63.49% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA01D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA01D is #C05FE2. Grayscale: #747474. Windows color (decimal): -12607459 or 1941567. OLE color: 1941567.
HSL color Cylindrical-coordinate representation of color #3FA01D: hue angle of 104.43º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3FA01D is Cyan = 0.61, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 29 | - |
| CMYK | 0.61 | 0 | 0.82 | 0.37 |
| HSL | 104.43º | 0.69% | 0.37% | - |
| HSV(B) | 104.43º | 0.82% | 0.63% | - |
| XYZ | 14.84 | 26.29 | 5.45 | - |
| YUV | 116.06 | 78.86 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 29 | 0.61 | 0 | 0.82 | 0.37 | 104.43 | 0.69 | 0.37 |
| Hex | 3F | A0 | 1D | 3D | 0 | 52 | 25 | 68 | 45 | 25 |
| Octal | 77 | 240 | 35 | 75 | 0 | 122 | 45 | 150 | 105 | 45 |
| Binary | 111111 | 10100000 | 11101 | 111101 | 0 | 1010010 | 100101 | 1101000 | 1000101 | 100101 |
Color Harmonies of #3FA01D
Complementary color
Monochromatic Colors of #3FA01D
Black with #3FA01D
Text Example
Text Example
White with #3FA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA01D; }
p { color: rgb(63,160,29); }
H1.HeaderClassName
{
color: #3FA01D;
}
.AnyTagClassName
{
color: #3FA01D;
}
</style>
background-color css
<style>
a { background-color: #3FA01D; }
a { background-color: rgb(63,160,29); }
div.DivClassName
{
background-color: #3FA01D;
}
.BgClassName
{
background-color: #3FA01D;
}
</style>
border-color css
<style>
span { border-color: #3FA01D; }
span { border-color: rgb(63,160,29); }
td.TdClassName
{
border-color: #3FA01D;
}
.TagClassName
{
border-color: #3FA01D;
}
</style>