Shades of La Palma #3A9E10
Tints of La Palma #3A9E10
RGB
CMYK
RGB Variations
Color information
#3A9E10 (or 0x3A9E10) is known color: La Palma. HEX triplet: 3A, 9E and 10. RGB value is (58,158,16). Sum of RGB (Red+Green+Blue) = 58+158+16=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 158 (62.11% from 255 or 68.10% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 158 - color contains mainly: green. Hex color #3A9E10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3A9E10 is #C561EF. Grayscale: #707070. Windows color (decimal): -12935664 or 1089082. OLE color: 1089082.
HSL color Cylindrical-coordinate representation of color #3A9E10: hue angle of 102.25º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A9E10 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 158 | 16 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.38 |
| HSL | 102.25º | 0.82% | 0.34% | - |
| HSV(B) | 102.25º | 0.9% | 0.62% | - |
| XYZ | 14.07 | 25.39 | 4.65 | - |
| YUV | 111.91 | 73.87 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 16 | 0.63 | 0 | 0.90 | 0.38 | 102.25 | 0.82 | 0.34 |
| Hex | 3A | 9E | 10 | 3F | 0 | 5A | 26 | 66 | 52 | 22 |
| Octal | 72 | 236 | 20 | 77 | 0 | 132 | 46 | 146 | 122 | 42 |
| Binary | 111010 | 10011110 | 10000 | 111111 | 0 | 1011010 | 100110 | 1100110 | 1010010 | 100010 |
Color Harmonies of #3A9E10
Complementary color
Monochromatic Colors of #3A9E10
Black with #3A9E10
Text Example
Text Example
White with #3A9E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9E10; }
p { color: rgb(58,158,16); }
H1.HeaderClassName
{
color: #3A9E10;
}
.AnyTagClassName
{
color: #3A9E10;
}
</style>
background-color css
<style>
a { background-color: #3A9E10; }
a { background-color: rgb(58,158,16); }
div.DivClassName
{
background-color: #3A9E10;
}
.BgClassName
{
background-color: #3A9E10;
}
</style>
border-color css
<style>
span { border-color: #3A9E10; }
span { border-color: rgb(58,158,16); }
td.TdClassName
{
border-color: #3A9E10;
}
.TagClassName
{
border-color: #3A9E10;
}
</style>