Shades of La Palma #3A872A
Tints of La Palma #3A872A
RGB
CMYK
RGB Variations
Color information
#3A872A (or 0x3A872A) is known color: La Palma. HEX triplet: 3A, 87 and 2A. RGB value is (58,135,42). Sum of RGB (Red+Green+Blue) = 58+135+42=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #3A872A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A872A is #C578D5. Grayscale: #656565. Windows color (decimal): -12941526 or 2787130. OLE color: 2787130.
HSL color Cylindrical-coordinate representation of color #3A872A: hue angle of 109.68º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A872A is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 58 | 135 | 42 | - |
| CMYK | 0.57 | 0 | 0.69 | 0.47 |
| HSL | 109.68º | 0.53% | 0.35% | - |
| HSV(B) | 109.68º | 0.69% | 0.53% | - |
| XYZ | 10.83 | 18.39 | 5.17 | - |
| YUV | 101.38 | 94.49 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 135 | 42 | 0.57 | 0 | 0.69 | 0.47 | 109.68 | 0.53 | 0.35 |
| Hex | 3A | 87 | 2A | 39 | 0 | 45 | 2F | 6E | 35 | 23 |
| Octal | 72 | 207 | 52 | 71 | 0 | 105 | 57 | 156 | 65 | 43 |
| Binary | 111010 | 10000111 | 101010 | 111001 | 0 | 1000101 | 101111 | 1101110 | 110101 | 100011 |
Color Harmonies of #3A872A
Complementary color
Monochromatic Colors of #3A872A
Black with #3A872A
Text Example
Text Example
White with #3A872A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A872A; }
p { color: rgb(58,135,42); }
H1.HeaderClassName
{
color: #3A872A;
}
.AnyTagClassName
{
color: #3A872A;
}
</style>
background-color css
<style>
a { background-color: #3A872A; }
a { background-color: rgb(58,135,42); }
div.DivClassName
{
background-color: #3A872A;
}
.BgClassName
{
background-color: #3A872A;
}
</style>
border-color css
<style>
span { border-color: #3A872A; }
span { border-color: rgb(58,135,42); }
td.TdClassName
{
border-color: #3A872A;
}
.TagClassName
{
border-color: #3A872A;
}
</style>