Shades of La Palma #389A0E
Tints of La Palma #389A0E
RGB
CMYK
RGB Variations
Color information
#389A0E (or 0x389A0E) is known color: La Palma. HEX triplet: 38, 9A and 0E. RGB value is (56,154,14). Sum of RGB (Red+Green+Blue) = 56+154+14=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 154 (60.55% from 255 or 68.75% from 224); Blue value is 14 (5.86% from 255 or 6.25% from 224); Max value from RGB is 154 - color contains mainly: green. Hex color #389A0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #389A0E is #C765F1. Grayscale: #6D6D6D. Windows color (decimal): -13067762 or 956984. OLE color: 956984.
HSL color Cylindrical-coordinate representation of color #389A0E: hue angle of 102º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #389A0E is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 154 | 14 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.40 |
| HSL | 102º | 0.83% | 0.33% | - |
| HSV(B) | 102º | 0.91% | 0.6% | - |
| XYZ | 13.27 | 23.98 | 4.35 | - |
| YUV | 108.74 | 74.53 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 154 | 14 | 0.64 | 0 | 0.91 | 0.40 | 102 | 0.83 | 0.33 |
| Hex | 38 | 9A | E | 40 | 0 | 5B | 28 | 66 | 53 | 21 |
| Octal | 70 | 232 | 16 | 100 | 0 | 133 | 50 | 146 | 123 | 41 |
| Binary | 111000 | 10011010 | 1110 | 1000000 | 0 | 1011011 | 101000 | 1100110 | 1010011 | 100001 |
Color Harmonies of #389A0E
Complementary color
Monochromatic Colors of #389A0E
Black with #389A0E
Text Example
Text Example
White with #389A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389A0E; }
p { color: rgb(56,154,14); }
H1.HeaderClassName
{
color: #389A0E;
}
.AnyTagClassName
{
color: #389A0E;
}
</style>
background-color css
<style>
a { background-color: #389A0E; }
a { background-color: rgb(56,154,14); }
div.DivClassName
{
background-color: #389A0E;
}
.BgClassName
{
background-color: #389A0E;
}
</style>
border-color css
<style>
span { border-color: #389A0E; }
span { border-color: rgb(56,154,14); }
td.TdClassName
{
border-color: #389A0E;
}
.TagClassName
{
border-color: #389A0E;
}
</style>