Shades of La Palma #3B9313
Tints of La Palma #3B9313
RGB
CMYK
RGB Variations
Color information
#3B9313 (or 0x3B9313) is known color: La Palma. HEX triplet: 3B, 93 and 13. RGB value is (59,147,19). Sum of RGB (Red+Green+Blue) = 59+147+19=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 147 (57.81% from 255 or 65.33% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 147 - color contains mainly: green. Hex color #3B9313 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3B9313 is #C46CEC. Grayscale: #6A6A6A. Windows color (decimal): -12872941 or 1282875. OLE color: 1282875.
HSL color Cylindrical-coordinate representation of color #3B9313: hue angle of 101.25º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3B9313 is Cyan = 0.60, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 147 | 19 | - |
| CMYK | 0.60 | 0 | 0.87 | 0.42 |
| HSL | 101.25º | 0.77% | 0.33% | - |
| HSV(B) | 101.25º | 0.87% | 0.58% | - |
| XYZ | 12.35 | 21.84 | 4.18 | - |
| YUV | 106.1 | 78.85 | 94.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 147 | 19 | 0.60 | 0 | 0.87 | 0.42 | 101.25 | 0.77 | 0.33 |
| Hex | 3B | 93 | 13 | 3C | 0 | 57 | 2A | 65 | 4D | 21 |
| Octal | 73 | 223 | 23 | 74 | 0 | 127 | 52 | 145 | 115 | 41 |
| Binary | 111011 | 10010011 | 10011 | 111100 | 0 | 1010111 | 101010 | 1100101 | 1001101 | 100001 |
Color Harmonies of #3B9313
Complementary color
Monochromatic Colors of #3B9313
Black with #3B9313
Text Example
Text Example
White with #3B9313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9313; }
p { color: rgb(59,147,19); }
H1.HeaderClassName
{
color: #3B9313;
}
.AnyTagClassName
{
color: #3B9313;
}
</style>
background-color css
<style>
a { background-color: #3B9313; }
a { background-color: rgb(59,147,19); }
div.DivClassName
{
background-color: #3B9313;
}
.BgClassName
{
background-color: #3B9313;
}
</style>
border-color css
<style>
span { border-color: #3B9313; }
span { border-color: rgb(59,147,19); }
td.TdClassName
{
border-color: #3B9313;
}
.TagClassName
{
border-color: #3B9313;
}
</style>