Shades of La Palma #389232
Tints of La Palma #389232
RGB
CMYK
RGB Variations
Color information
#389232 (or 0x389232) is known color: La Palma. HEX triplet: 38, 92 and 32. RGB value is (56,146,50). Sum of RGB (Red+Green+Blue) = 56+146+50=252 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.22% from 252); Green value is 146 (57.42% from 255 or 57.94% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 146 - color contains mainly: green. Hex color #389232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389232 is #C76DCD. Grayscale: #6C6C6C. Windows color (decimal): -13069774 or 3314232. OLE color: 3314232.
HSL color Cylindrical-coordinate representation of color #389232: hue angle of 116.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #389232 is Cyan = 0.62, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 146 | 50 | - |
| CMYK | 0.62 | 0 | 0.66 | 0.43 |
| HSL | 116.25º | 0.49% | 0.38% | - |
| HSV(B) | 116.25º | 0.66% | 0.57% | - |
| XYZ | 12.49 | 21.63 | 6.53 | - |
| YUV | 108.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 146 | 50 | 0.62 | 0 | 0.66 | 0.43 | 116.25 | 0.49 | 0.38 |
| Hex | 38 | 92 | 32 | 3E | 0 | 42 | 2B | 74 | 31 | 26 |
| Octal | 70 | 222 | 62 | 76 | 0 | 102 | 53 | 164 | 61 | 46 |
| Binary | 111000 | 10010010 | 110010 | 111110 | 0 | 1000010 | 101011 | 1110100 | 110001 | 100110 |
Color Harmonies of #389232
Complementary color
Monochromatic Colors of #389232
Black with #389232
Text Example
Text Example
White with #389232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389232; }
p { color: rgb(56,146,50); }
H1.HeaderClassName
{
color: #389232;
}
.AnyTagClassName
{
color: #389232;
}
</style>
background-color css
<style>
a { background-color: #389232; }
a { background-color: rgb(56,146,50); }
div.DivClassName
{
background-color: #389232;
}
.BgClassName
{
background-color: #389232;
}
</style>
border-color css
<style>
span { border-color: #389232; }
span { border-color: rgb(56,146,50); }
td.TdClassName
{
border-color: #389232;
}
.TagClassName
{
border-color: #389232;
}
</style>