Shades of La Palma #389F34
Tints of La Palma #389F34
RGB
CMYK
RGB Variations
Color information
#389F34 (or 0x389F34) is known color: La Palma. HEX triplet: 38, 9F and 34. RGB value is (56,159,52). Sum of RGB (Red+Green+Blue) = 56+159+52=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 159 (62.5% from 255 or 59.55% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 159 - color contains mainly: green. Hex color #389F34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389F34 is #C760CB. Grayscale: #747474. Windows color (decimal): -13066444 or 3448632. OLE color: 3448632.
HSL color Cylindrical-coordinate representation of color #389F34: hue angle of 117.76º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #389F34 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 159 | 52 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.38 |
| HSL | 117.76º | 0.51% | 0.41% | - |
| HSV(B) | 117.76º | 0.67% | 0.62% | - |
| XYZ | 14.65 | 25.88 | 7.47 | - |
| YUV | 116.01 | 91.88 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 159 | 52 | 0.65 | 0 | 0.67 | 0.38 | 117.76 | 0.51 | 0.41 |
| Hex | 38 | 9F | 34 | 41 | 0 | 43 | 26 | 76 | 33 | 29 |
| Octal | 70 | 237 | 64 | 101 | 0 | 103 | 46 | 166 | 63 | 51 |
| Binary | 111000 | 10011111 | 110100 | 1000001 | 0 | 1000011 | 100110 | 1110110 | 110011 | 101001 |
Color Harmonies of #389F34
Complementary color
Monochromatic Colors of #389F34
Black with #389F34
Text Example
Text Example
White with #389F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389F34; }
p { color: rgb(56,159,52); }
H1.HeaderClassName
{
color: #389F34;
}
.AnyTagClassName
{
color: #389F34;
}
</style>
background-color css
<style>
a { background-color: #389F34; }
a { background-color: rgb(56,159,52); }
div.DivClassName
{
background-color: #389F34;
}
.BgClassName
{
background-color: #389F34;
}
</style>
border-color css
<style>
span { border-color: #389F34; }
span { border-color: rgb(56,159,52); }
td.TdClassName
{
border-color: #389F34;
}
.TagClassName
{
border-color: #389F34;
}
</style>