Shades of La Palma #389B1B
Tints of La Palma #389B1B
RGB
CMYK
RGB Variations
Color information
#389B1B (or 0x389B1B) is known color: La Palma. HEX triplet: 38, 9B and 1B. RGB value is (56,155,27). Sum of RGB (Red+Green+Blue) = 56+155+27=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #389B1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389B1B is #C764E4. Grayscale: #6F6F6F. Windows color (decimal): -13067493 or 1809208. OLE color: 1809208.
HSL color Cylindrical-coordinate representation of color #389B1B: hue angle of 106.41º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #389B1B is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 27 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.39 |
| HSL | 106.41º | 0.7% | 0.36% | - |
| HSV(B) | 106.41º | 0.83% | 0.61% | - |
| XYZ | 13.55 | 24.36 | 5.03 | - |
| YUV | 110.81 | 80.7 | 88.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 27 | 0.64 | 0 | 0.83 | 0.39 | 106.41 | 0.7 | 0.36 |
| Hex | 38 | 9B | 1B | 40 | 0 | 53 | 27 | 6A | 46 | 24 |
| Octal | 70 | 233 | 33 | 100 | 0 | 123 | 47 | 152 | 106 | 44 |
| Binary | 111000 | 10011011 | 11011 | 1000000 | 0 | 1010011 | 100111 | 1101010 | 1000110 | 100100 |
Color Harmonies of #389B1B
Complementary color
Monochromatic Colors of #389B1B
Black with #389B1B
Text Example
Text Example
White with #389B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B1B; }
p { color: rgb(56,155,27); }
H1.HeaderClassName
{
color: #389B1B;
}
.AnyTagClassName
{
color: #389B1B;
}
</style>
background-color css
<style>
a { background-color: #389B1B; }
a { background-color: rgb(56,155,27); }
div.DivClassName
{
background-color: #389B1B;
}
.BgClassName
{
background-color: #389B1B;
}
</style>
border-color css
<style>
span { border-color: #389B1B; }
span { border-color: rgb(56,155,27); }
td.TdClassName
{
border-color: #389B1B;
}
.TagClassName
{
border-color: #389B1B;
}
</style>