Shades of La Palma #39A52A
Tints of La Palma #39A52A
RGB
CMYK
RGB Variations
Color information
#39A52A (or 0x39A52A) is known color: La Palma. HEX triplet: 39, A5 and 2A. RGB value is (57,165,42). Sum of RGB (Red+Green+Blue) = 57+165+42=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 165 (64.84% from 255 or 62.5% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 165 - color contains mainly: green. Hex color #39A52A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39A52A is #C65AD5. Grayscale: #777777. Windows color (decimal): -12999382 or 2794809. OLE color: 2794809.
HSL color Cylindrical-coordinate representation of color #39A52A: hue angle of 112.68º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39A52A is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 57 | 165 | 42 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.35 |
| HSL | 112.68º | 0.59% | 0.41% | - |
| HSV(B) | 112.68º | 0.75% | 0.65% | - |
| XYZ | 15.56 | 27.95 | 6.76 | - |
| YUV | 118.69 | 84.72 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 165 | 42 | 0.65 | 0 | 0.75 | 0.35 | 112.68 | 0.59 | 0.41 |
| Hex | 39 | A5 | 2A | 41 | 0 | 4B | 23 | 71 | 3B | 29 |
| Octal | 71 | 245 | 52 | 101 | 0 | 113 | 43 | 161 | 73 | 51 |
| Binary | 111001 | 10100101 | 101010 | 1000001 | 0 | 1001011 | 100011 | 1110001 | 111011 | 101001 |
Color Harmonies of #39A52A
Complementary color
Monochromatic Colors of #39A52A
Black with #39A52A
Text Example
Text Example
White with #39A52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39A52A; }
p { color: rgb(57,165,42); }
H1.HeaderClassName
{
color: #39A52A;
}
.AnyTagClassName
{
color: #39A52A;
}
</style>
background-color css
<style>
a { background-color: #39A52A; }
a { background-color: rgb(57,165,42); }
div.DivClassName
{
background-color: #39A52A;
}
.BgClassName
{
background-color: #39A52A;
}
</style>
border-color css
<style>
span { border-color: #39A52A; }
span { border-color: rgb(57,165,42); }
td.TdClassName
{
border-color: #39A52A;
}
.TagClassName
{
border-color: #39A52A;
}
</style>