Shades of La Palma #39950C
Tints of La Palma #39950C
RGB
CMYK
RGB Variations
Color information
#39950C (or 0x39950C) is known color: La Palma. HEX triplet: 39, 95 and 0C. RGB value is (57,149,12). Sum of RGB (Red+Green+Blue) = 57+149+12=218 (28% of max value = 765). Red value is 57 (22.66% from 255 or 26.15% from 218); Green value is 149 (58.59% from 255 or 68.35% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 149 - color contains mainly: green. Hex color #39950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39950C is #C66AF3. Grayscale: #6A6A6A. Windows color (decimal): -13003508 or 824633. OLE color: 824633.
HSL color Cylindrical-coordinate representation of color #39950C: hue angle of 100.29º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #39950C is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 149 | 12 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.42 |
| HSL | 100.29º | 0.85% | 0.32% | - |
| HSV(B) | 100.29º | 0.92% | 0.58% | - |
| XYZ | 12.5 | 22.39 | 4.01 | - |
| YUV | 105.87 | 75.02 | 93.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 12 | 0.62 | 0 | 0.92 | 0.42 | 100.29 | 0.85 | 0.32 |
| Hex | 39 | 95 | C | 3E | 0 | 5C | 2A | 64 | 55 | 20 |
| Octal | 71 | 225 | 14 | 76 | 0 | 134 | 52 | 144 | 125 | 40 |
| Binary | 111001 | 10010101 | 1100 | 111110 | 0 | 1011100 | 101010 | 1100100 | 1010101 | 100000 |
Color Harmonies of #39950C
Complementary color
Monochromatic Colors of #39950C
Black with #39950C
Text Example
Text Example
White with #39950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39950C; }
p { color: rgb(57,149,12); }
H1.HeaderClassName
{
color: #39950C;
}
.AnyTagClassName
{
color: #39950C;
}
</style>
background-color css
<style>
a { background-color: #39950C; }
a { background-color: rgb(57,149,12); }
div.DivClassName
{
background-color: #39950C;
}
.BgClassName
{
background-color: #39950C;
}
</style>
border-color css
<style>
span { border-color: #39950C; }
span { border-color: rgb(57,149,12); }
td.TdClassName
{
border-color: #39950C;
}
.TagClassName
{
border-color: #39950C;
}
</style>