Shades of La Palma #38990F
Tints of La Palma #38990F
RGB
CMYK
RGB Variations
Color information
#38990F (or 0x38990F) is known color: La Palma. HEX triplet: 38, 99 and 0F. RGB value is (56,153,15). Sum of RGB (Red+Green+Blue) = 56+153+15=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 153 (60.16% from 255 or 68.30% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 153 - color contains mainly: green. Hex color #38990F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #38990F is #C766F0. Grayscale: #6C6C6C. Windows color (decimal): -13068017 or 1022264. OLE color: 1022264.
HSL color Cylindrical-coordinate representation of color #38990F: hue angle of 102.17º 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 #38990F is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 15 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.4 |
| HSL | 102.17º | 0.82% | 0.33% | - |
| HSV(B) | 102.17º | 0.9% | 0.6% | - |
| XYZ | 13.11 | 23.66 | 4.33 | - |
| YUV | 108.27 | 75.36 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 15 | 0.63 | 0 | 0.90 | 0.4 | 102.17 | 0.82 | 0.33 |
| Hex | 38 | 99 | F | 3F | 0 | 5A | 28 | 66 | 52 | 21 |
| Octal | 70 | 231 | 17 | 77 | 0 | 132 | 50 | 146 | 122 | 41 |
| Binary | 111000 | 10011001 | 1111 | 111111 | 0 | 1011010 | 101000 | 1100110 | 1010010 | 100001 |
Color Harmonies of #38990F
Complementary color
Monochromatic Colors of #38990F
Black with #38990F
Text Example
Text Example
White with #38990F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38990F; }
p { color: rgb(56,153,15); }
H1.HeaderClassName
{
color: #38990F;
}
.AnyTagClassName
{
color: #38990F;
}
</style>
background-color css
<style>
a { background-color: #38990F; }
a { background-color: rgb(56,153,15); }
div.DivClassName
{
background-color: #38990F;
}
.BgClassName
{
background-color: #38990F;
}
</style>
border-color css
<style>
span { border-color: #38990F; }
span { border-color: rgb(56,153,15); }
td.TdClassName
{
border-color: #38990F;
}
.TagClassName
{
border-color: #38990F;
}
</style>