Shades of La Palma #39990C
Tints of La Palma #39990C
RGB
CMYK
RGB Variations
Color information
#39990C (or 0x39990C) is known color: La Palma. HEX triplet: 39, 99 and 0C. RGB value is (57,153,12). Sum of RGB (Red+Green+Blue) = 57+153+12=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 153 (60.16% from 255 or 68.92% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 153 - color contains mainly: green. Hex color #39990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39990C is #C666F3. Grayscale: #6C6C6C. Windows color (decimal): -13002484 or 825657. OLE color: 825657.
HSL color Cylindrical-coordinate representation of color #39990C: hue angle of 100.85º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #39990C is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 12 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.4 |
| HSL | 100.85º | 0.85% | 0.32% | - |
| HSV(B) | 100.85º | 0.92% | 0.6% | - |
| XYZ | 13.14 | 23.68 | 4.23 | - |
| YUV | 108.22 | 73.7 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 12 | 0.63 | 0 | 0.92 | 0.4 | 100.85 | 0.85 | 0.32 |
| Hex | 39 | 99 | C | 3F | 0 | 5C | 28 | 65 | 55 | 20 |
| Octal | 71 | 231 | 14 | 77 | 0 | 134 | 50 | 145 | 125 | 40 |
| Binary | 111001 | 10011001 | 1100 | 111111 | 0 | 1011100 | 101000 | 1100101 | 1010101 | 100000 |
Color Harmonies of #39990C
Complementary color
Monochromatic Colors of #39990C
Black with #39990C
Text Example
Text Example
White with #39990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39990C; }
p { color: rgb(57,153,12); }
H1.HeaderClassName
{
color: #39990C;
}
.AnyTagClassName
{
color: #39990C;
}
</style>
background-color css
<style>
a { background-color: #39990C; }
a { background-color: rgb(57,153,12); }
div.DivClassName
{
background-color: #39990C;
}
.BgClassName
{
background-color: #39990C;
}
</style>
border-color css
<style>
span { border-color: #39990C; }
span { border-color: rgb(57,153,12); }
td.TdClassName
{
border-color: #39990C;
}
.TagClassName
{
border-color: #39990C;
}
</style>