Shades of La Palma #3B990C
Tints of La Palma #3B990C
RGB
CMYK
RGB Variations
Color information
#3B990C (or 0x3B990C) is known color: La Palma. HEX triplet: 3B, 99 and 0C. RGB value is (59,153,12). Sum of RGB (Red+Green+Blue) = 59+153+12=224 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.34% from 224); Green value is 153 (60.16% from 255 or 68.30% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 153 - color contains mainly: green. Hex color #3B990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B990C is #C466F3. Grayscale: #6D6D6D. Windows color (decimal): -12871412 or 825659. OLE color: 825659.
HSL color Cylindrical-coordinate representation of color #3B990C: hue angle of 100º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B990C is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 59 | 153 | 12 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.4 |
| HSL | 100º | 0.85% | 0.32% | - |
| HSV(B) | 100º | 0.92% | 0.6% | - |
| XYZ | 13.26 | 23.74 | 4.23 | - |
| YUV | 108.82 | 73.36 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 153 | 12 | 0.61 | 0 | 0.92 | 0.4 | 100 | 0.85 | 0.32 |
| Hex | 3B | 99 | C | 3D | 0 | 5C | 28 | 64 | 55 | 20 |
| Octal | 73 | 231 | 14 | 75 | 0 | 134 | 50 | 144 | 125 | 40 |
| Binary | 111011 | 10011001 | 1100 | 111101 | 0 | 1011100 | 101000 | 1100100 | 1010101 | 100000 |
Color Harmonies of #3B990C
Complementary color
Monochromatic Colors of #3B990C
Black with #3B990C
Text Example
Text Example
White with #3B990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B990C; }
p { color: rgb(59,153,12); }
H1.HeaderClassName
{
color: #3B990C;
}
.AnyTagClassName
{
color: #3B990C;
}
</style>
background-color css
<style>
a { background-color: #3B990C; }
a { background-color: rgb(59,153,12); }
div.DivClassName
{
background-color: #3B990C;
}
.BgClassName
{
background-color: #3B990C;
}
</style>
border-color css
<style>
span { border-color: #3B990C; }
span { border-color: rgb(59,153,12); }
td.TdClassName
{
border-color: #3B990C;
}
.TagClassName
{
border-color: #3B990C;
}
</style>