Shades of La Palma #39980B
Tints of La Palma #39980B
RGB
CMYK
RGB Variations
Color information
#39980B (or 0x39980B) is known color: La Palma. HEX triplet: 39, 98 and 0B. RGB value is (57,152,11). Sum of RGB (Red+Green+Blue) = 57+152+11=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 152 (59.77% from 255 or 69.09% from 220); Blue value is 11 (4.69% from 255 or 5% from 220); Max value from RGB is 152 - color contains mainly: green. Hex color #39980B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #39980B is #C667F4. Grayscale: #6B6B6B. Windows color (decimal): -13002741 or 759865. OLE color: 759865.
HSL color Cylindrical-coordinate representation of color #39980B: hue angle of 100.43º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #39980B is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 152 | 11 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.40 |
| HSL | 100.43º | 0.87% | 0.32% | - |
| HSV(B) | 100.43º | 0.93% | 0.6% | - |
| XYZ | 12.98 | 23.35 | 4.14 | - |
| YUV | 107.52 | 73.53 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 152 | 11 | 0.62 | 0 | 0.93 | 0.40 | 100.43 | 0.87 | 0.32 |
| Hex | 39 | 98 | B | 3E | 0 | 5D | 28 | 64 | 57 | 20 |
| Octal | 71 | 230 | 13 | 76 | 0 | 135 | 50 | 144 | 127 | 40 |
| Binary | 111001 | 10011000 | 1011 | 111110 | 0 | 1011101 | 101000 | 1100100 | 1010111 | 100000 |
Color Harmonies of #39980B
Complementary color
Monochromatic Colors of #39980B
Black with #39980B
Text Example
Text Example
White with #39980B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39980B; }
p { color: rgb(57,152,11); }
H1.HeaderClassName
{
color: #39980B;
}
.AnyTagClassName
{
color: #39980B;
}
</style>
background-color css
<style>
a { background-color: #39980B; }
a { background-color: rgb(57,152,11); }
div.DivClassName
{
background-color: #39980B;
}
.BgClassName
{
background-color: #39980B;
}
</style>
border-color css
<style>
span { border-color: #39980B; }
span { border-color: rgb(57,152,11); }
td.TdClassName
{
border-color: #39980B;
}
.TagClassName
{
border-color: #39980B;
}
</style>