Shades of La Palma #38960C
Tints of La Palma #38960C
RGB
CMYK
RGB Variations
Color information
#38960C (or 0x38960C) is known color: La Palma. HEX triplet: 38, 96 and 0C. RGB value is (56,150,12). Sum of RGB (Red+Green+Blue) = 56+150+12=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 150 (58.98% from 255 or 68.81% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 150 - color contains mainly: green. Hex color #38960C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38960C is #C769F3. Grayscale: #6A6A6A. Windows color (decimal): -13068788 or 824888. OLE color: 824888.
HSL color Cylindrical-coordinate representation of color #38960C: hue angle of 100.87º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #38960C is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 150 | 12 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.41 |
| HSL | 100.87º | 0.85% | 0.32% | - |
| HSV(B) | 100.87º | 0.92% | 0.59% | - |
| XYZ | 12.6 | 22.68 | 4.06 | - |
| YUV | 106.16 | 74.86 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 12 | 0.63 | 0 | 0.92 | 0.41 | 100.87 | 0.85 | 0.32 |
| Hex | 38 | 96 | C | 3F | 0 | 5C | 29 | 65 | 55 | 20 |
| Octal | 70 | 226 | 14 | 77 | 0 | 134 | 51 | 145 | 125 | 40 |
| Binary | 111000 | 10010110 | 1100 | 111111 | 0 | 1011100 | 101001 | 1100101 | 1010101 | 100000 |
Color Harmonies of #38960C
Complementary color
Monochromatic Colors of #38960C
Black with #38960C
Text Example
Text Example
White with #38960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38960C; }
p { color: rgb(56,150,12); }
H1.HeaderClassName
{
color: #38960C;
}
.AnyTagClassName
{
color: #38960C;
}
</style>
background-color css
<style>
a { background-color: #38960C; }
a { background-color: rgb(56,150,12); }
div.DivClassName
{
background-color: #38960C;
}
.BgClassName
{
background-color: #38960C;
}
</style>
border-color css
<style>
span { border-color: #38960C; }
span { border-color: rgb(56,150,12); }
td.TdClassName
{
border-color: #38960C;
}
.TagClassName
{
border-color: #38960C;
}
</style>