Shades of La Palma #38980F
Tints of La Palma #38980F
RGB
CMYK
RGB Variations
Color information
#38980F (or 0x38980F) is known color: La Palma. HEX triplet: 38, 98 and 0F. RGB value is (56,152,15). Sum of RGB (Red+Green+Blue) = 56+152+15=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 152 (59.77% from 255 or 68.16% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 152 - color contains mainly: green. Hex color #38980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38980F is #C767F0. Grayscale: #6C6C6C. Windows color (decimal): -13068273 or 1022008. OLE color: 1022008.
HSL color Cylindrical-coordinate representation of color #38980F: hue angle of 102.04º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38980F is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 15 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.40 |
| HSL | 102.04º | 0.82% | 0.33% | - |
| HSV(B) | 102.04º | 0.9% | 0.6% | - |
| XYZ | 12.95 | 23.33 | 4.27 | - |
| YUV | 107.68 | 75.7 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 15 | 0.63 | 0 | 0.90 | 0.40 | 102.04 | 0.82 | 0.33 |
| Hex | 38 | 98 | F | 3F | 0 | 5A | 28 | 66 | 52 | 21 |
| Octal | 70 | 230 | 17 | 77 | 0 | 132 | 50 | 146 | 122 | 41 |
| Binary | 111000 | 10011000 | 1111 | 111111 | 0 | 1011010 | 101000 | 1100110 | 1010010 | 100001 |
Color Harmonies of #38980F
Complementary color
Monochromatic Colors of #38980F
Black with #38980F
Text Example
Text Example
White with #38980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38980F; }
p { color: rgb(56,152,15); }
H1.HeaderClassName
{
color: #38980F;
}
.AnyTagClassName
{
color: #38980F;
}
</style>
background-color css
<style>
a { background-color: #38980F; }
a { background-color: rgb(56,152,15); }
div.DivClassName
{
background-color: #38980F;
}
.BgClassName
{
background-color: #38980F;
}
</style>
border-color css
<style>
span { border-color: #38980F; }
span { border-color: rgb(56,152,15); }
td.TdClassName
{
border-color: #38980F;
}
.TagClassName
{
border-color: #38980F;
}
</style>