Shades of La Palma #3A882F
Tints of La Palma #3A882F
RGB
CMYK
RGB Variations
Color information
#3A882F (or 0x3A882F) is known color: La Palma. HEX triplet: 3A, 88 and 2F. RGB value is (58,136,47). Sum of RGB (Red+Green+Blue) = 58+136+47=241 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.07% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #3A882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A882F is #C577D0. Grayscale: #666666. Windows color (decimal): -12941265 or 3115066. OLE color: 3115066.
HSL color Cylindrical-coordinate representation of color #3A882F: hue angle of 112.58º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A882F is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 136 | 47 | - |
| CMYK | 0.57 | 0 | 0.65 | 0.47 |
| HSL | 112.58º | 0.49% | 0.36% | - |
| HSV(B) | 112.58º | 0.65% | 0.53% | - |
| XYZ | 11.06 | 18.71 | 5.72 | - |
| YUV | 102.53 | 96.66 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 136 | 47 | 0.57 | 0 | 0.65 | 0.47 | 112.58 | 0.49 | 0.36 |
| Hex | 3A | 88 | 2F | 39 | 0 | 41 | 2F | 71 | 31 | 24 |
| Octal | 72 | 210 | 57 | 71 | 0 | 101 | 57 | 161 | 61 | 44 |
| Binary | 111010 | 10001000 | 101111 | 111001 | 0 | 1000001 | 101111 | 1110001 | 110001 | 100100 |
Color Harmonies of #3A882F
Complementary color
Monochromatic Colors of #3A882F
Black with #3A882F
Text Example
Text Example
White with #3A882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A882F; }
p { color: rgb(58,136,47); }
H1.HeaderClassName
{
color: #3A882F;
}
.AnyTagClassName
{
color: #3A882F;
}
</style>
background-color css
<style>
a { background-color: #3A882F; }
a { background-color: rgb(58,136,47); }
div.DivClassName
{
background-color: #3A882F;
}
.BgClassName
{
background-color: #3A882F;
}
</style>
border-color css
<style>
span { border-color: #3A882F; }
span { border-color: rgb(58,136,47); }
td.TdClassName
{
border-color: #3A882F;
}
.TagClassName
{
border-color: #3A882F;
}
</style>