Shades of La Palma #3A932B
Tints of La Palma #3A932B
RGB
CMYK
RGB Variations
Color information
#3A932B (or 0x3A932B) is known color: La Palma. HEX triplet: 3A, 93 and 2B. RGB value is (58,147,43). Sum of RGB (Red+Green+Blue) = 58+147+43=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 147 (57.81% from 255 or 59.27% from 248); Blue value is 43 (17.19% from 255 or 17.34% from 248); Max value from RGB is 147 - color contains mainly: green. Hex color #3A932B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A932B is #C56CD4. Grayscale: #6C6C6C. Windows color (decimal): -12938453 or 2855738. OLE color: 2855738.
HSL color Cylindrical-coordinate representation of color #3A932B: hue angle of 111.35º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3A932B is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 147 | 43 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.42 |
| HSL | 111.35º | 0.55% | 0.37% | - |
| HSV(B) | 111.35º | 0.71% | 0.58% | - |
| XYZ | 12.61 | 21.94 | 5.86 | - |
| YUV | 108.53 | 91.01 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 147 | 43 | 0.61 | 0 | 0.71 | 0.42 | 111.35 | 0.55 | 0.37 |
| Hex | 3A | 93 | 2B | 3D | 0 | 47 | 2A | 6F | 37 | 25 |
| Octal | 72 | 223 | 53 | 75 | 0 | 107 | 52 | 157 | 67 | 45 |
| Binary | 111010 | 10010011 | 101011 | 111101 | 0 | 1000111 | 101010 | 1101111 | 110111 | 100101 |
Color Harmonies of #3A932B
Complementary color
Monochromatic Colors of #3A932B
Black with #3A932B
Text Example
Text Example
White with #3A932B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A932B; }
p { color: rgb(58,147,43); }
H1.HeaderClassName
{
color: #3A932B;
}
.AnyTagClassName
{
color: #3A932B;
}
</style>
background-color css
<style>
a { background-color: #3A932B; }
a { background-color: rgb(58,147,43); }
div.DivClassName
{
background-color: #3A932B;
}
.BgClassName
{
background-color: #3A932B;
}
</style>
border-color css
<style>
span { border-color: #3A932B; }
span { border-color: rgb(58,147,43); }
td.TdClassName
{
border-color: #3A932B;
}
.TagClassName
{
border-color: #3A932B;
}
</style>