Shades of La Palma #3B9812
Tints of La Palma #3B9812
RGB
CMYK
RGB Variations
Color information
#3B9812 (or 0x3B9812) is known color: La Palma. HEX triplet: 3B, 98 and 12. RGB value is (59,152,18). Sum of RGB (Red+Green+Blue) = 59+152+18=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 152 (59.77% from 255 or 66.38% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 152 - color contains mainly: green. Hex color #3B9812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B9812 is #C467ED. Grayscale: #6D6D6D. Windows color (decimal): -12871662 or 1218619. OLE color: 1218619.
HSL color Cylindrical-coordinate representation of color #3B9812: hue angle of 101.64º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B9812 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 59 | 152 | 18 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.40 |
| HSL | 101.64º | 0.79% | 0.33% | - |
| HSV(B) | 101.64º | 0.88% | 0.6% | - |
| XYZ | 13.14 | 23.43 | 4.4 | - |
| YUV | 108.92 | 76.69 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 152 | 18 | 0.61 | 0 | 0.88 | 0.40 | 101.64 | 0.79 | 0.33 |
| Hex | 3B | 98 | 12 | 3D | 0 | 58 | 28 | 66 | 4F | 21 |
| Octal | 73 | 230 | 22 | 75 | 0 | 130 | 50 | 146 | 117 | 41 |
| Binary | 111011 | 10011000 | 10010 | 111101 | 0 | 1011000 | 101000 | 1100110 | 1001111 | 100001 |
Color Harmonies of #3B9812
Complementary color
Monochromatic Colors of #3B9812
Black with #3B9812
Text Example
Text Example
White with #3B9812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9812; }
p { color: rgb(59,152,18); }
H1.HeaderClassName
{
color: #3B9812;
}
.AnyTagClassName
{
color: #3B9812;
}
</style>
background-color css
<style>
a { background-color: #3B9812; }
a { background-color: rgb(59,152,18); }
div.DivClassName
{
background-color: #3B9812;
}
.BgClassName
{
background-color: #3B9812;
}
</style>
border-color css
<style>
span { border-color: #3B9812; }
span { border-color: rgb(59,152,18); }
td.TdClassName
{
border-color: #3B9812;
}
.TagClassName
{
border-color: #3B9812;
}
</style>