Shades of La Palma #399C10
Tints of La Palma #399C10
RGB
CMYK
RGB Variations
Color information
#399C10 (or 0x399C10) is known color: La Palma. HEX triplet: 39, 9C and 10. RGB value is (57,156,16). Sum of RGB (Red+Green+Blue) = 57+156+16=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 156 (61.33% from 255 or 68.12% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 156 - color contains mainly: green. Hex color #399C10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #399C10 is #C663EF. Grayscale: #6E6E6E. Windows color (decimal): -13001712 or 1088569. OLE color: 1088569.
HSL color Cylindrical-coordinate representation of color #399C10: hue angle of 102.43º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #399C10 is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 156 | 16 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.39 |
| HSL | 102.43º | 0.81% | 0.34% | - |
| HSV(B) | 102.43º | 0.9% | 0.61% | - |
| XYZ | 13.67 | 24.68 | 4.53 | - |
| YUV | 110.44 | 74.7 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 16 | 0.63 | 0 | 0.90 | 0.39 | 102.43 | 0.81 | 0.34 |
| Hex | 39 | 9C | 10 | 3F | 0 | 5A | 27 | 66 | 51 | 22 |
| Octal | 71 | 234 | 20 | 77 | 0 | 132 | 47 | 146 | 121 | 42 |
| Binary | 111001 | 10011100 | 10000 | 111111 | 0 | 1011010 | 100111 | 1100110 | 1010001 | 100010 |
Color Harmonies of #399C10
Complementary color
Monochromatic Colors of #399C10
Black with #399C10
Text Example
Text Example
White with #399C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399C10; }
p { color: rgb(57,156,16); }
H1.HeaderClassName
{
color: #399C10;
}
.AnyTagClassName
{
color: #399C10;
}
</style>
background-color css
<style>
a { background-color: #399C10; }
a { background-color: rgb(57,156,16); }
div.DivClassName
{
background-color: #399C10;
}
.BgClassName
{
background-color: #399C10;
}
</style>
border-color css
<style>
span { border-color: #399C10; }
span { border-color: rgb(57,156,16); }
td.TdClassName
{
border-color: #399C10;
}
.TagClassName
{
border-color: #399C10;
}
</style>