Shades of La Palma #3AA434
Tints of La Palma #3AA434
RGB
CMYK
RGB Variations
Color information
#3AA434 (or 0x3AA434) is known color: La Palma. HEX triplet: 3A, A4 and 34. RGB value is (58,164,52). Sum of RGB (Red+Green+Blue) = 58+164+52=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 164 (64.45% from 255 or 59.85% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AA434 is #C55BCB. Grayscale: #777777. Windows color (decimal): -12934092 or 3449914. OLE color: 3449914.
HSL color Cylindrical-coordinate representation of color #3AA434: hue angle of 116.79º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AA434 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 164 | 52 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.36 |
| HSL | 116.79º | 0.52% | 0.42% | - |
| HSV(B) | 116.79º | 0.68% | 0.64% | - |
| XYZ | 15.64 | 27.7 | 7.77 | - |
| YUV | 119.54 | 89.88 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 164 | 52 | 0.65 | 0 | 0.68 | 0.36 | 116.79 | 0.52 | 0.42 |
| Hex | 3A | A4 | 34 | 41 | 0 | 44 | 24 | 75 | 34 | 2A |
| Octal | 72 | 244 | 64 | 101 | 0 | 104 | 44 | 165 | 64 | 52 |
| Binary | 111010 | 10100100 | 110100 | 1000001 | 0 | 1000100 | 100100 | 1110101 | 110100 | 101010 |
Color Harmonies of #3AA434
Complementary color
Monochromatic Colors of #3AA434
Black with #3AA434
Text Example
Text Example
White with #3AA434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA434; }
p { color: rgb(58,164,52); }
H1.HeaderClassName
{
color: #3AA434;
}
.AnyTagClassName
{
color: #3AA434;
}
</style>
background-color css
<style>
a { background-color: #3AA434; }
a { background-color: rgb(58,164,52); }
div.DivClassName
{
background-color: #3AA434;
}
.BgClassName
{
background-color: #3AA434;
}
</style>
border-color css
<style>
span { border-color: #3AA434; }
span { border-color: rgb(58,164,52); }
td.TdClassName
{
border-color: #3AA434;
}
.TagClassName
{
border-color: #3AA434;
}
</style>