Shades of La Palma #3F9005
Tints of La Palma #3F9005
RGB
CMYK
RGB Variations
Color information
#3F9005 (or 0x3F9005) is known color: La Palma. HEX triplet: 3F, 90 and 05. RGB value is (63,144,5). Sum of RGB (Red+Green+Blue) = 63+144+5=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 144 (56.64% from 255 or 67.92% from 212); Blue value is 5 (2.34% from 255 or 2.36% from 212); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F9005 is #C06FFA. Grayscale: #686868. Windows color (decimal): -12611579 or 364607. OLE color: 364607.
HSL color Cylindrical-coordinate representation of color #3F9005: hue angle of 94.96º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F9005 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 5 | - |
| CMYK | 0.56 | 0 | 0.97 | 0.44 |
| HSL | 94.96º | 0.93% | 0.29% | - |
| HSV(B) | 94.96º | 0.97% | 0.56% | - |
| XYZ | 12.05 | 21.01 | 3.56 | - |
| YUV | 103.94 | 72.16 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 5 | 0.56 | 0 | 0.97 | 0.44 | 94.96 | 0.93 | 0.29 |
| Hex | 3F | 90 | 5 | 38 | 0 | 61 | 2C | 5F | 5D | 1D |
| Octal | 77 | 220 | 5 | 70 | 0 | 141 | 54 | 137 | 135 | 35 |
| Binary | 111111 | 10010000 | 101 | 111000 | 0 | 1100001 | 101100 | 1011111 | 1011101 | 11101 |
Color Harmonies of #3F9005
Complementary color
Monochromatic Colors of #3F9005
Black with #3F9005
Text Example
Text Example
White with #3F9005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9005; }
p { color: rgb(63,144,5); }
H1.HeaderClassName
{
color: #3F9005;
}
.AnyTagClassName
{
color: #3F9005;
}
</style>
background-color css
<style>
a { background-color: #3F9005; }
a { background-color: rgb(63,144,5); }
div.DivClassName
{
background-color: #3F9005;
}
.BgClassName
{
background-color: #3F9005;
}
</style>
border-color css
<style>
span { border-color: #3F9005; }
span { border-color: rgb(63,144,5); }
td.TdClassName
{
border-color: #3F9005;
}
.TagClassName
{
border-color: #3F9005;
}
</style>