Shades of La Palma #3A9905
Tints of La Palma #3A9905
RGB
CMYK
RGB Variations
Color information
#3A9905 (or 0x3A9905) is known color: La Palma. HEX triplet: 3A, 99 and 05. RGB value is (58,153,5). Sum of RGB (Red+Green+Blue) = 58+153+5=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #3A9905 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A9905 is #C566FA. Grayscale: #6C6C6C. Windows color (decimal): -12936955 or 366906. OLE color: 366906.
HSL color Cylindrical-coordinate representation of color #3A9905: hue angle of 98.51º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3A9905 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 5 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.4 |
| HSL | 98.51º | 0.94% | 0.31% | - |
| HSV(B) | 98.51º | 0.97% | 0.6% | - |
| XYZ | 13.16 | 23.69 | 4.02 | - |
| YUV | 107.72 | 70.03 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 5 | 0.62 | 0 | 0.97 | 0.4 | 98.51 | 0.94 | 0.31 |
| Hex | 3A | 99 | 5 | 3E | 0 | 61 | 28 | 63 | 5E | 1F |
| Octal | 72 | 231 | 5 | 76 | 0 | 141 | 50 | 143 | 136 | 37 |
| Binary | 111010 | 10011001 | 101 | 111110 | 0 | 1100001 | 101000 | 1100011 | 1011110 | 11111 |
Color Harmonies of #3A9905
Complementary color
Monochromatic Colors of #3A9905
Black with #3A9905
Text Example
Text Example
White with #3A9905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9905; }
p { color: rgb(58,153,5); }
H1.HeaderClassName
{
color: #3A9905;
}
.AnyTagClassName
{
color: #3A9905;
}
</style>
background-color css
<style>
a { background-color: #3A9905; }
a { background-color: rgb(58,153,5); }
div.DivClassName
{
background-color: #3A9905;
}
.BgClassName
{
background-color: #3A9905;
}
</style>
border-color css
<style>
span { border-color: #3A9905; }
span { border-color: rgb(58,153,5); }
td.TdClassName
{
border-color: #3A9905;
}
.TagClassName
{
border-color: #3A9905;
}
</style>