Shades of La Palma #388C20
Tints of La Palma #388C20
RGB
CMYK
RGB Variations
Color information
#388C20 (or 0x388C20) is known color: La Palma. HEX triplet: 38, 8C and 20. RGB value is (56,140,32). Sum of RGB (Red+Green+Blue) = 56+140+32=228 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.56% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 32 (12.89% from 255 or 14.04% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #388C20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388C20 is #C773DF. Grayscale: #666666. Windows color (decimal): -13071328 or 2133048. OLE color: 2133048.
HSL color Cylindrical-coordinate representation of color #388C20: hue angle of 106.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #388C20 is Cyan = 0.6, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 140 | 32 | - |
| CMYK | 0.6 | 0 | 0.77 | 0.45 |
| HSL | 106.67º | 0.63% | 0.34% | - |
| HSV(B) | 106.67º | 0.77% | 0.55% | - |
| XYZ | 11.27 | 19.7 | 4.58 | - |
| YUV | 102.57 | 88.17 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 140 | 32 | 0.6 | 0 | 0.77 | 0.45 | 106.67 | 0.63 | 0.34 |
| Hex | 38 | 8C | 20 | 3C | 0 | 4D | 2D | 6B | 3F | 22 |
| Octal | 70 | 214 | 40 | 74 | 0 | 115 | 55 | 153 | 77 | 42 |
| Binary | 111000 | 10001100 | 100000 | 111100 | 0 | 1001101 | 101101 | 1101011 | 111111 | 100010 |
Color Harmonies of #388C20
Complementary color
Monochromatic Colors of #388C20
Black with #388C20
Text Example
Text Example
White with #388C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388C20; }
p { color: rgb(56,140,32); }
H1.HeaderClassName
{
color: #388C20;
}
.AnyTagClassName
{
color: #388C20;
}
</style>
background-color css
<style>
a { background-color: #388C20; }
a { background-color: rgb(56,140,32); }
div.DivClassName
{
background-color: #388C20;
}
.BgClassName
{
background-color: #388C20;
}
</style>
border-color css
<style>
span { border-color: #388C20; }
span { border-color: rgb(56,140,32); }
td.TdClassName
{
border-color: #388C20;
}
.TagClassName
{
border-color: #388C20;
}
</style>