Shades of La Palma #389132
Tints of La Palma #389132
RGB
CMYK
RGB Variations
Color information
#389132 (or 0x389132) is known color: La Palma. HEX triplet: 38, 91 and 32. RGB value is (56,145,50). Sum of RGB (Red+Green+Blue) = 56+145+50=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #389132 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389132 is #C76ECD. Grayscale: #6B6B6B. Windows color (decimal): -13070030 or 3313976. OLE color: 3313976.
HSL color Cylindrical-coordinate representation of color #389132: hue angle of 116.21º 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 #389132 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 56 | 145 | 50 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.43 |
| HSL | 116.21º | 0.49% | 0.38% | - |
| HSV(B) | 116.21º | 0.66% | 0.57% | - |
| XYZ | 12.33 | 21.32 | 6.48 | - |
| YUV | 107.56 | 95.51 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 145 | 50 | 0.61 | 0 | 0.66 | 0.43 | 116.21 | 0.49 | 0.38 |
| Hex | 38 | 91 | 32 | 3D | 0 | 42 | 2B | 74 | 31 | 26 |
| Octal | 70 | 221 | 62 | 75 | 0 | 102 | 53 | 164 | 61 | 46 |
| Binary | 111000 | 10010001 | 110010 | 111101 | 0 | 1000010 | 101011 | 1110100 | 110001 | 100110 |
Color Harmonies of #389132
Complementary color
Monochromatic Colors of #389132
Black with #389132
Text Example
Text Example
White with #389132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #389132; }
p { color: rgb(56,145,50); }
H1.HeaderClassName
{
color: #389132;
}
.AnyTagClassName
{
color: #389132;
}
</style>
background-color css
<style>
a { background-color: #389132; }
a { background-color: rgb(56,145,50); }
div.DivClassName
{
background-color: #389132;
}
.BgClassName
{
background-color: #389132;
}
</style>
border-color css
<style>
span { border-color: #389132; }
span { border-color: rgb(56,145,50); }
td.TdClassName
{
border-color: #389132;
}
.TagClassName
{
border-color: #389132;
}
</style>