Shades of La Palma #389B36
Tints of La Palma #389B36
RGB
CMYK
RGB Variations
Color information
#389B36 (or 0x389B36) is known color: La Palma. HEX triplet: 38, 9B and 36. RGB value is (56,155,54). Sum of RGB (Red+Green+Blue) = 56+155+54=265 (35% of max value = 765). Red value is 56 (22.27% from 255 or 21.13% from 265); Green value is 155 (60.94% from 255 or 58.49% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 155 - color contains mainly: green. Hex color #389B36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389B36 is #C764C9. Grayscale: #727272. Windows color (decimal): -13067466 or 3578680. OLE color: 3578680.
HSL color Cylindrical-coordinate representation of color #389B36: hue angle of 118.81º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #389B36 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 56 | 155 | 54 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.39 |
| HSL | 118.81º | 0.48% | 0.41% | - |
| HSV(B) | 118.81º | 0.65% | 0.61% | - |
| XYZ | 14.02 | 24.55 | 7.49 | - |
| YUV | 113.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 155 | 54 | 0.64 | 0 | 0.65 | 0.39 | 118.81 | 0.48 | 0.41 |
| Hex | 38 | 9B | 36 | 40 | 0 | 41 | 27 | 77 | 30 | 29 |
| Octal | 70 | 233 | 66 | 100 | 0 | 101 | 47 | 167 | 60 | 51 |
| Binary | 111000 | 10011011 | 110110 | 1000000 | 0 | 1000001 | 100111 | 1110111 | 110000 | 101001 |
Color Harmonies of #389B36
Complementary color
Monochromatic Colors of #389B36
Black with #389B36
Text Example
Text Example
White with #389B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389B36; }
p { color: rgb(56,155,54); }
H1.HeaderClassName
{
color: #389B36;
}
.AnyTagClassName
{
color: #389B36;
}
</style>
background-color css
<style>
a { background-color: #389B36; }
a { background-color: rgb(56,155,54); }
div.DivClassName
{
background-color: #389B36;
}
.BgClassName
{
background-color: #389B36;
}
</style>
border-color css
<style>
span { border-color: #389B36; }
span { border-color: rgb(56,155,54); }
td.TdClassName
{
border-color: #389B36;
}
.TagClassName
{
border-color: #389B36;
}
</style>