Shades of La Palma #389D0F
Tints of La Palma #389D0F
RGB
CMYK
RGB Variations
Color information
#389D0F (or 0x389D0F) is known color: La Palma. HEX triplet: 38, 9D and 0F. RGB value is (56,157,15). Sum of RGB (Red+Green+Blue) = 56+157+15=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 157 (61.72% from 255 or 68.86% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 157 - color contains mainly: green. Hex color #389D0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389D0F is #C762F0. Grayscale: #6F6F6F. Windows color (decimal): -13066993 or 1023288. OLE color: 1023288.
HSL color Cylindrical-coordinate representation of color #389D0F: hue angle of 102.68º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #389D0F is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 157 | 15 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.38 |
| HSL | 102.68º | 0.83% | 0.34% | - |
| HSV(B) | 102.68º | 0.9% | 0.62% | - |
| XYZ | 13.77 | 24.99 | 4.55 | - |
| YUV | 110.61 | 74.04 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 157 | 15 | 0.64 | 0 | 0.90 | 0.38 | 102.68 | 0.83 | 0.34 |
| Hex | 38 | 9D | F | 40 | 0 | 5A | 26 | 67 | 53 | 22 |
| Octal | 70 | 235 | 17 | 100 | 0 | 132 | 46 | 147 | 123 | 42 |
| Binary | 111000 | 10011101 | 1111 | 1000000 | 0 | 1011010 | 100110 | 1100111 | 1010011 | 100010 |
Color Harmonies of #389D0F
Complementary color
Monochromatic Colors of #389D0F
Black with #389D0F
Text Example
Text Example
White with #389D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389D0F; }
p { color: rgb(56,157,15); }
H1.HeaderClassName
{
color: #389D0F;
}
.AnyTagClassName
{
color: #389D0F;
}
</style>
background-color css
<style>
a { background-color: #389D0F; }
a { background-color: rgb(56,157,15); }
div.DivClassName
{
background-color: #389D0F;
}
.BgClassName
{
background-color: #389D0F;
}
</style>
border-color css
<style>
span { border-color: #389D0F; }
span { border-color: rgb(56,157,15); }
td.TdClassName
{
border-color: #389D0F;
}
.TagClassName
{
border-color: #389D0F;
}
</style>