Shades of La Palma #3A991B
Tints of La Palma #3A991B
RGB
CMYK
RGB Variations
Color information
#3A991B (or 0x3A991B) is known color: La Palma. HEX triplet: 3A, 99 and 1B. RGB value is (58,153,27). Sum of RGB (Red+Green+Blue) = 58+153+27=238 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.37% from 238); Green value is 153 (60.16% from 255 or 64.29% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 153 - color contains mainly: green. Hex color #3A991B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A991B is #C566E4. Grayscale: #6E6E6E. Windows color (decimal): -12936933 or 1808698. OLE color: 1808698.
HSL color Cylindrical-coordinate representation of color #3A991B: hue angle of 105.24º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3A991B is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 27 | - |
| CMYK | 0.62 | 0 | 0.82 | 0.4 |
| HSL | 105.24º | 0.7% | 0.35% | - |
| HSV(B) | 105.24º | 0.82% | 0.6% | - |
| XYZ | 13.33 | 23.76 | 4.92 | - |
| YUV | 110.23 | 81.03 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 27 | 0.62 | 0 | 0.82 | 0.4 | 105.24 | 0.7 | 0.35 |
| Hex | 3A | 99 | 1B | 3E | 0 | 52 | 28 | 69 | 46 | 23 |
| Octal | 72 | 231 | 33 | 76 | 0 | 122 | 50 | 151 | 106 | 43 |
| Binary | 111010 | 10011001 | 11011 | 111110 | 0 | 1010010 | 101000 | 1101001 | 1000110 | 100011 |
Color Harmonies of #3A991B
Complementary color
Monochromatic Colors of #3A991B
Black with #3A991B
Text Example
Text Example
White with #3A991B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A991B; }
p { color: rgb(58,153,27); }
H1.HeaderClassName
{
color: #3A991B;
}
.AnyTagClassName
{
color: #3A991B;
}
</style>
background-color css
<style>
a { background-color: #3A991B; }
a { background-color: rgb(58,153,27); }
div.DivClassName
{
background-color: #3A991B;
}
.BgClassName
{
background-color: #3A991B;
}
</style>
border-color css
<style>
span { border-color: #3A991B; }
span { border-color: rgb(58,153,27); }
td.TdClassName
{
border-color: #3A991B;
}
.TagClassName
{
border-color: #3A991B;
}
</style>