Shades of La Palma #3F9A0E
Tints of La Palma #3F9A0E
RGB
CMYK
RGB Variations
Color information
#3F9A0E (or 0x3F9A0E) is known color: La Palma. HEX triplet: 3F, 9A and 0E. RGB value is (63,154,14). Sum of RGB (Red+Green+Blue) = 63+154+14=231 (30% of max value = 765). Red value is 63 (25% from 255 or 27.27% from 231); Green value is 154 (60.55% from 255 or 66.67% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 154 - color contains mainly: green. Hex color #3F9A0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F9A0E is #C065F1. Grayscale: #6F6F6F. Windows color (decimal): -12609010 or 956991. OLE color: 956991.
HSL color Cylindrical-coordinate representation of color #3F9A0E: hue angle of 99º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3F9A0E is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 154 | 14 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.40 |
| HSL | 99º | 0.83% | 0.33% | - |
| HSV(B) | 99º | 0.91% | 0.6% | - |
| XYZ | 13.68 | 24.2 | 4.37 | - |
| YUV | 110.83 | 73.35 | 93.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 154 | 14 | 0.59 | 0 | 0.91 | 0.40 | 99 | 0.83 | 0.33 |
| Hex | 3F | 9A | E | 3B | 0 | 5B | 28 | 63 | 53 | 21 |
| Octal | 77 | 232 | 16 | 73 | 0 | 133 | 50 | 143 | 123 | 41 |
| Binary | 111111 | 10011010 | 1110 | 111011 | 0 | 1011011 | 101000 | 1100011 | 1010011 | 100001 |
Color Harmonies of #3F9A0E
Complementary color
Monochromatic Colors of #3F9A0E
Black with #3F9A0E
Text Example
Text Example
White with #3F9A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9A0E; }
p { color: rgb(63,154,14); }
H1.HeaderClassName
{
color: #3F9A0E;
}
.AnyTagClassName
{
color: #3F9A0E;
}
</style>
background-color css
<style>
a { background-color: #3F9A0E; }
a { background-color: rgb(63,154,14); }
div.DivClassName
{
background-color: #3F9A0E;
}
.BgClassName
{
background-color: #3F9A0E;
}
</style>
border-color css
<style>
span { border-color: #3F9A0E; }
span { border-color: rgb(63,154,14); }
td.TdClassName
{
border-color: #3F9A0E;
}
.TagClassName
{
border-color: #3F9A0E;
}
</style>