Shades of La Palma #3A882B
Tints of La Palma #3A882B
RGB
CMYK
RGB Variations
Color information
#3A882B (or 0x3A882B) is known color: La Palma. HEX triplet: 3A, 88 and 2B. RGB value is (58,136,43). Sum of RGB (Red+Green+Blue) = 58+136+43=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 136 (53.52% from 255 or 57.38% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 136 - color contains mainly: green. Hex color #3A882B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A882B is #C577D4. Grayscale: #666666. Windows color (decimal): -12941269 or 2852922. OLE color: 2852922.
HSL color Cylindrical-coordinate representation of color #3A882B: hue angle of 110.32º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A882B is Cyan = 0.57, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 43 | - |
| CMYK | 0.57 | 0 | 0.68 | 0.47 |
| HSL | 110.32º | 0.52% | 0.35% | - |
| HSV(B) | 110.32º | 0.68% | 0.53% | - |
| XYZ | 10.99 | 18.68 | 5.31 | - |
| YUV | 102.08 | 94.66 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 43 | 0.57 | 0 | 0.68 | 0.47 | 110.32 | 0.52 | 0.35 |
| Hex | 3A | 88 | 2B | 39 | 0 | 44 | 2F | 6E | 34 | 23 |
| Octal | 72 | 210 | 53 | 71 | 0 | 104 | 57 | 156 | 64 | 43 |
| Binary | 111010 | 10001000 | 101011 | 111001 | 0 | 1000100 | 101111 | 1101110 | 110100 | 100011 |
Color Harmonies of #3A882B
Complementary color
Monochromatic Colors of #3A882B
Black with #3A882B
Text Example
Text Example
White with #3A882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A882B; }
p { color: rgb(58,136,43); }
H1.HeaderClassName
{
color: #3A882B;
}
.AnyTagClassName
{
color: #3A882B;
}
</style>
background-color css
<style>
a { background-color: #3A882B; }
a { background-color: rgb(58,136,43); }
div.DivClassName
{
background-color: #3A882B;
}
.BgClassName
{
background-color: #3A882B;
}
</style>
border-color css
<style>
span { border-color: #3A882B; }
span { border-color: rgb(58,136,43); }
td.TdClassName
{
border-color: #3A882B;
}
.TagClassName
{
border-color: #3A882B;
}
</style>