Shades of La Palma #3A8A35
Tints of La Palma #3A8A35
RGB
CMYK
RGB Variations
Color information
#3A8A35 (or 0x3A8A35) is known color: La Palma. HEX triplet: 3A, 8A and 35. RGB value is (58,138,53). Sum of RGB (Red+Green+Blue) = 58+138+53=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 138 (54.30% from 255 or 55.42% from 249); Blue value is 53 (21.09% from 255 or 21.29% from 249); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A8A35 is #C575CA. Grayscale: #686868. Windows color (decimal): -12940747 or 3508794. OLE color: 3508794.
HSL color Cylindrical-coordinate representation of color #3A8A35: hue angle of 116.47º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A8A35 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 53 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.46 |
| HSL | 116.47º | 0.45% | 0.37% | - |
| HSV(B) | 116.47º | 0.62% | 0.54% | - |
| XYZ | 11.48 | 19.33 | 6.5 | - |
| YUV | 104.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 53 | 0.58 | 0 | 0.62 | 0.46 | 116.47 | 0.45 | 0.37 |
| Hex | 3A | 8A | 35 | 3A | 0 | 3E | 2E | 74 | 2D | 25 |
| Octal | 72 | 212 | 65 | 72 | 0 | 76 | 56 | 164 | 55 | 45 |
| Binary | 111010 | 10001010 | 110101 | 111010 | 0 | 111110 | 101110 | 1110100 | 101101 | 100101 |
Color Harmonies of #3A8A35
Complementary color
Monochromatic Colors of #3A8A35
Black with #3A8A35
Text Example
Text Example
White with #3A8A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A35; }
p { color: rgb(58,138,53); }
H1.HeaderClassName
{
color: #3A8A35;
}
.AnyTagClassName
{
color: #3A8A35;
}
</style>
background-color css
<style>
a { background-color: #3A8A35; }
a { background-color: rgb(58,138,53); }
div.DivClassName
{
background-color: #3A8A35;
}
.BgClassName
{
background-color: #3A8A35;
}
</style>
border-color css
<style>
span { border-color: #3A8A35; }
span { border-color: rgb(58,138,53); }
td.TdClassName
{
border-color: #3A8A35;
}
.TagClassName
{
border-color: #3A8A35;
}
</style>