Shades of La Palma #3A9200
Tints of La Palma #3A9200
RGB
CMYK
RGB Variations
Color information
#3A9200 (or 0x3A9200) is known color: La Palma. HEX triplet: 3A, 92 and 00. RGB value is (58,146,0). Sum of RGB (Red+Green+Blue) = 58+146+0=204 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.43% from 204); Green value is 146 (57.42% from 255 or 71.57% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 146 - color contains mainly: green. Hex color #3A9200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A9200 is #C56DFF. Grayscale: #676767. Windows color (decimal): -12938752 or 37434. OLE color: 37434.
HSL color Cylindrical-coordinate representation of color #3A9200: hue angle of 96.16º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A9200 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 58 | 146 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.43 |
| HSL | 96.16º | 1% | 0.29% | - |
| HSV(B) | 96.16º | 1% | 0.57% | - |
| XYZ | 12.02 | 21.46 | 3.51 | - |
| YUV | 103.04 | 69.85 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 146 | 0 | 0.60 | 0 | 1 | 0.43 | 96.16 | 1 | 0.29 |
| Hex | 3A | 92 | 0 | 3C | 0 | 64 | 2B | 60 | 64 | 1D |
| Octal | 72 | 222 | 0 | 74 | 0 | 144 | 53 | 140 | 144 | 35 |
| Binary | 111010 | 10010010 | 0 | 111100 | 0 | 1100100 | 101011 | 1100000 | 1100100 | 11101 |
Color Harmonies of #3A9200
Complementary color
Monochromatic Colors of #3A9200
Black with #3A9200
Text Example
Text Example
White with #3A9200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9200; }
p { color: rgb(58,146,0); }
H1.HeaderClassName
{
color: #3A9200;
}
.AnyTagClassName
{
color: #3A9200;
}
</style>
background-color css
<style>
a { background-color: #3A9200; }
a { background-color: rgb(58,146,0); }
div.DivClassName
{
background-color: #3A9200;
}
.BgClassName
{
background-color: #3A9200;
}
</style>
border-color css
<style>
span { border-color: #3A9200; }
span { border-color: rgb(58,146,0); }
td.TdClassName
{
border-color: #3A9200;
}
.TagClassName
{
border-color: #3A9200;
}
</style>