Shades of La Palma #3A932D
Tints of La Palma #3A932D
RGB
CMYK
RGB Variations
Color information
#3A932D (or 0x3A932D) is known color: La Palma. HEX triplet: 3A, 93 and 2D. RGB value is (58,147,45). Sum of RGB (Red+Green+Blue) = 58+147+45=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 147 (57.81% from 255 or 58.8% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 147 - color contains mainly: green. Hex color #3A932D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A932D is #C56CD2. Grayscale: #6D6D6D. Windows color (decimal): -12938451 or 2986810. OLE color: 2986810.
HSL color Cylindrical-coordinate representation of color #3A932D: hue angle of 112.35º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A932D is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 147 | 45 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.42 |
| HSL | 112.35º | 0.53% | 0.38% | - |
| HSV(B) | 112.35º | 0.69% | 0.58% | - |
| XYZ | 12.65 | 21.96 | 6.05 | - |
| YUV | 108.76 | 92.01 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 147 | 45 | 0.61 | 0 | 0.69 | 0.42 | 112.35 | 0.53 | 0.38 |
| Hex | 3A | 93 | 2D | 3D | 0 | 45 | 2A | 70 | 35 | 26 |
| Octal | 72 | 223 | 55 | 75 | 0 | 105 | 52 | 160 | 65 | 46 |
| Binary | 111010 | 10010011 | 101101 | 111101 | 0 | 1000101 | 101010 | 1110000 | 110101 | 100110 |
Color Harmonies of #3A932D
Complementary color
Monochromatic Colors of #3A932D
Black with #3A932D
Text Example
Text Example
White with #3A932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A932D; }
p { color: rgb(58,147,45); }
H1.HeaderClassName
{
color: #3A932D;
}
.AnyTagClassName
{
color: #3A932D;
}
</style>
background-color css
<style>
a { background-color: #3A932D; }
a { background-color: rgb(58,147,45); }
div.DivClassName
{
background-color: #3A932D;
}
.BgClassName
{
background-color: #3A932D;
}
</style>
border-color css
<style>
span { border-color: #3A932D; }
span { border-color: rgb(58,147,45); }
td.TdClassName
{
border-color: #3A932D;
}
.TagClassName
{
border-color: #3A932D;
}
</style>